docker-video-duplicate-finder icon indicating copy to clipboard operation
docker-video-duplicate-finder copied to clipboard

GPU acceleration support

Open dcflachs opened this issue 1 year ago • 3 comments

Any chance this container is/could be build with support for the nvidia-docker runtime?

dcflachs avatar Mar 24 '23 01:03 dcflachs

And potentially Intel QSV (QuickSync) support

taw123 avatar Mar 13 '24 00:03 taw123

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.

  1. Pass --device=/dev/dri:/dev/dri to the container
  2. Pass variable: INSTALL_PACKAGES = 'mesa-dri-gallium intel-media-driver libva-intel-driver mesa-va-gallium'
  3. Works.

image

MDKAOD avatar Jul 07 '24 02:07 MDKAOD

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!

taw123 avatar Jul 07 '24 03:07 taw123