Closed ptruka closed 1 month ago
Is there a way I haven't been able to find to add the cgroup rule via the unraid ui?
Add that argument to Extra Parameters
How can I verify that openvino is working in the container?
You can use the Gpu statistics plugin to Check your gpu usage
Is there a way I haven't been able to find to add the cgroup rule via the unraid ui?
Add that argument to
Extra Parameters
Ahh, thank you very much!
How can I verify that openvino is working in the container?
You can use the Gpu statistics plugin to Check your gpu usage
Yes, the GPU stats are showing some activities. But this was already the case when only the iGPU (/dev/dri) was added. As I see no errors concerning openvino in the docker logs, I guess it is working.
thanks for your response!
I have the latest openvino branch running on my unraid machine. Overall it is running very smooth and the iGPU passtrough is working by adding the
/dev/dri
device. Thanks for the work on this container in the first place!As I tooked a closer look to the setup of the Hardware Acceleration with OpenVINO I tried to find a way to add the two options
--device-cgroup-rule='c 189:* rmw' -v /dev/bus/usb:/dev/bus/usb
to my running instance. Of cause the volume is easy to add, but I found no hint in the internet on how to set the device-cgroup-rule on the unraid UI. So I think this is simply missing in the docker implementation of Unraid. Therefore I thought it should work with the Compose Plugin.
This is the compose file I create for this test, where all paths and parameters are matching my initial immich instance that was installed via Apps.
After I stopped my "main" immich container and ran the docker compose file (UP) everything started up without any errors.
I got 2 questions: