Skip to content

Commit 1ae76c6

Browse files
authored
update docker command for ncs (#171)
1 parent f72bb89 commit 1ae76c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docker_container.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ rules:
338338
To start server with NCS you can use command similar to:
339339
340340
```
341-
docker run --rm -it --net=host --privileged -v /opt/model:/opt/model -v /dev:/dev -p 9001:9001 \
341+
docker run --rm -it --net=host -u root --privileged -v /opt/model:/opt/model -v /dev:/dev -p 9001:9001 \
342342
ie-serving-py:latest /ie-serving-py/start_server.sh ie_serving model --model_path /opt/model --model_name my_model --port 9001 --target_device MYRIAD
343343
```
344344

0 commit comments

Comments
 (0)