docker-video-duplicate-finder
docker-video-duplicate-finder copied to clipboard
GPU acceleration support
Any chance this container is/could be build with support for the nvidia-docker runtime?
And potentially Intel QSV (QuickSync) support
I figured out how to get vaapi gpu support. Potentially other packages work as well. Docker image is built on Alpine. You'll need to find out what packages you need for your specific use case. In mine, it's an Arc A380.
- Pass
--device=/dev/dri:/dev/dri
to the container - Pass variable:
INSTALL_PACKAGES = 'mesa-dri-gallium intel-media-driver libva-intel-driver mesa-va-gallium'
- Works.
Not to sound ungrateful because I am VERY greatful (knew and tried passing just the driver "path" to the container but didn't realize I also needed to add drivers to the container...
As I was saying not to sound ungrateful but would have been helpful to find out where you found the info on what drivers to add so folks could add as you mention in list of required drivers for their unique drivers their unique platform. I found details for drivers at; The Alpine Wiki
Now if only we could get the HardLink support ford this would be truly amazing 👍
Enjoy and thanks!