Intel® Distribution of OpenVINO™ Toolkit
Community assistance about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all aspects of computer vision-related on Intel® platforms.
6404 Discussions

OpenVINO Model Server container using the NCS

Sohal__Sehej
Beginner
333 Views

I'm wondering if it is possible to run the openvino model server in a docker container without the --privileged flag. I am using the original NCS(not the NCS2), but I'm not sure if that makes a difference. Currently, I'm unable to mount the device into a container as the device ID changes whenever a neural network model is loaded onto the stick. I saw that there was support for this with the NCSDK for the NCS1, and I wanted to know if there is a way to do this without it(the NCSDK).

Thanks.

0 Kudos
1 Reply
JesusE_Intel
Moderator
333 Views

Hi Sehej,

Using the Intel Neural Compute Stick with a docker container requires the container to be ran in privileged mode as it gives the container access to the host's devices. However, there may be another way to configure the docker container to have access to specific devices (--device) but I have not tried this myself. I recommend posting your question on the Docker community forums.

Hope this helps!

Regards,

Jesus

0 Kudos
Reply