Skip to content

Commit

Permalink
update docker command for ncs (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrawins authored Mar 23, 2020
1 parent f72bb89 commit 1ae76c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docker_container.md
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ rules:
To start server with NCS you can use command similar to:
```
docker run --rm -it --net=host --privileged -v /opt/model:/opt/model -v /dev:/dev -p 9001:9001 \
docker run --rm -it --net=host -u root --privileged -v /opt/model:/opt/model -v /dev:/dev -p 9001:9001 \
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
```
Expand Down

0 comments on commit 1ae76c6

Please sign in to comment.