Linux Containers using my NVIDIA GeForce GTX 1050 Ti GPU

,

Hi :slight_smile:

I want to have a container with an Ubuntu 18.04 image.
I want to install inside the container, the opencv library so that the applications that are running inside the container can use my physical GPU . (https://www.pyimagesearch.com/2020/02/03/how-to-use-opencvs-dnn-module-with-nvidia-gpus-cuda-and-cudnn/)
Apart from the installation part of opencv with GPU flags available during build, is there anything else that i should do ?

@stgraber any help ?

Have you seen

Thanks a lot @turtle0x1.

I searched the forum and i didn’t find something common so i asked for it.
Thanks a lot once again.