DEV Community

Sam Jesso
Sam Jesso

Posted on

1 1

Using Nvidia drivers within a Docker container for Video

Here's a hint:

NVIDIA_DRIVER_CAPABILITIES=all
Enter fullscreen mode Exit fullscreen mode

is the same as:

NVIDIA_DRIVER_CAPABILITIES=utility,compute
Enter fullscreen mode Exit fullscreen mode

for video encoding/decoding, you need:

NVIDIA_DRIVER_CAPABILTITIES=video,utility,compute
Enter fullscreen mode Exit fullscreen mode

video is not included in all. 🤦‍♂️

Top comments (0)

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay