When trying to run the TVE fancybits Docker container, I receive the following error on Ubuntu 22.04 on Intel i7 laptop:
Error response from daemon: error gathering device information while adding custom device "/dev/dri": no such file or directory.
But I do see that folder, and there are files in it. I have added my user to the video and render groups.
I changed the permissions on /dev/dri to be 777.
I have tried adding the /dev/dri folder as a resource in Docker desktop.
None of these steps have worked when trying to use the TVE container.
Channels DVR does run as expected if I install it as a Linux application, not inside a Docker. But I use TVE often and so wanted to try to get the Docker version to work.
Any suggestions on how to get Docker to see or have access to that folder?
Thanks.