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 1cb8f01 commit 8692c25Copy full SHA for 8692c25
install-ov-dlw.sh
@@ -23,8 +23,12 @@ pip3 install tensorflow -U
23
pip3 install torch -U
24
pip3 install onnx
25
26
-# Pull Docker image - openvino/workbench:2021.4
27
-sudo docker pull openvino/workbench:2021.4
+# Pull Docker image - openvino/workbench:2021.4.0.2
+sudo docker pull openvino/workbench:2021.4.0.2
28
+
29
+#create folder for workbench assets, preserves work done in workbench
30
+mkdir -m 777 /home/ec2-user/.workbench
31
32
# Download scripts to start Jupyter and DL workbench.
33
curl https://raw.githubusercontent.com/psakamoori/scripts/main/start_jupyter.sh -o /home/ec2-user/.start_jupyter.sh
34
0 commit comments