Closed r0l1 closed 2 years ago
We use this mechanism (udev and Python script, dynamically maintain the device nodes): https://github.com/th3mis/docker-usb-sync With that we can start non-privileged Docker containers. In the meantime OpenVINO supports multiple instances of VPUs like multiple Myriad-X NeuralComputeSticks.
This might help you as well: https://software.intel.com/en-us/articles/transitioning-from-intel-movidius-neural-compute-sdk-to-openvino-toolkit
Thanks @brmarkus ! I'll try this soon and give you feedback.
Edit: works as expected. However I would recommend the no_boot option, because this does not require any modifications of the host system. Does anybody know how to load the firmware of the Myriad manually?
How do I run a non-privileged docker container with one or multiple movidius VPUs? There is only an old article covering the NCSDK.
The latest dldt release contains an
ENABLE_MYRIAD_NO_BOOT
option.Does anybody have some hints? Thanks!
Kind Regards Roland