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 367b78d commit 46e4d14Copy full SHA for 46e4d14
start_dlworkbench.sh
@@ -4,7 +4,7 @@
4
TOKEN=$(curl -X PUT "http://169.254.169.254/latest/api/token" -H "X-aws-ec2-metadata-token-ttl-seconds: 21600")
5
INSTANCE_ID=$(curl -H "X-aws-ec2-metadata-token: $TOKEN" http://169.254.169.254/latest/meta-data/instance-id)
6
7
-OV_DLW_VER=2022.1
+OV_DLW_VER=2022.1.0
8
9
# Remove any existing workbench container
10
docker rm workbench
0 commit comments