Skip to content

Commit 8692c25

Browse files
authored
Update install-ov-dlw.sh
1 parent 1cb8f01 commit 8692c25

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

install-ov-dlw.sh

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,12 @@ pip3 install tensorflow -U
2323
pip3 install torch -U
2424
pip3 install onnx
2525

26-
# Pull Docker image - openvino/workbench:2021.4
27-
sudo docker pull openvino/workbench:2021.4
26+
# Pull Docker image - openvino/workbench:2021.4.0.2
27+
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+
2832
# Download scripts to start Jupyter and DL workbench.
2933
curl https://raw.githubusercontent.com/psakamoori/scripts/main/start_jupyter.sh -o /home/ec2-user/.start_jupyter.sh
3034

0 commit comments

Comments
 (0)