We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 047a246 commit 59a39d8Copy full SHA for 59a39d8
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