We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1fe5c8 commit 109390bCopy full SHA for 109390b
docs/deployment.md
@@ -47,10 +47,10 @@ port = 9300
47
EOF
48
49
# Download Guest OS images
50
-wget "https://github.com/Dstack-TEE/meta-dstack/releases/download/v0.4.0/dstack-0.4.0.tar.gz"
51
-mkdir -p images/dstack-0.4.0/
52
-tar -xvf dstack-0.4.0.tar.gz -C images/dstack-0.4.0/
53
-rm -f dstack-0.4.0.tar.gz
+wget "https://github.com/Dstack-TEE/meta-dstack/releases/download/v0.4.1/dstack-0.4.1.tar.gz"
+mkdir -p images/
+tar -xvf dstack-0.4.1.tar.gz -C images/
+rm -f dstack-0.4.1.tar.gz
54
55
# run teepod
56
./teepod
0 commit comments