I was trying to run FFmpeg and passing --gpus all flag to the docker container, just to realise that the image does not support it yet (which I later read in the "todos" section in the README).
Any chance to compile FFmpeg with CUDA?
https://docs.nvidia.com/video-technologies/video-codec-sdk/12.0/ffmpeg-with-nvidia-gpu/index.html#compiling-for-linux
If you do not have time to do it yourself, I can try to take a shot at it (but it might take me a while to understand and fix it). Let me know.
I was trying to run FFmpeg and passing
--gpus allflag to the docker container, just to realise that the image does not support it yet (which I later read in the "todos" section in the README).Any chance to compile FFmpeg with CUDA?
https://docs.nvidia.com/video-technologies/video-codec-sdk/12.0/ffmpeg-with-nvidia-gpu/index.html#compiling-for-linux
If you do not have time to do it yourself, I can try to take a shot at it (but it might take me a while to understand and fix it). Let me know.