Skip to content

Commit 0cde35b

Browse files
authored
Update start_dlworkbench.sh
1 parent 8692c25 commit 0cde35b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

start_dlworkbench.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,8 @@
55
docker rm workbench
66

77
# Start OpenVINO DL Workbench
8-
/home/ec2-user/.local/bin/openvino-workbench --image openvino/workbench:2021.4 --enable-authentication >/tmp/ov-workbench.log 2>&1 &
8+
/home/ec2-user/.local/bin/openvino-workbench \
9+
--image openvino/workbench:2021.4.0.2 \
10+
--enable-authentication \
11+
--assets-directory /home/ec2-user/.workbench \
12+
>/tmp/ov-workbench.log 2>&1 &

0 commit comments

Comments
 (0)