My host OS is Ubuntu 20.04 and nVidia driver is R460 (CUDA 11.2).
I want to run TensorRT Container (https://catalog.ngc.nvidia.com/orgs/nvidia/containers/tensorrt)
I download Container 22.01 (TensorRT 8.2.2).
When I use docker-compose to start the container, I got “The container was built for NVIDIA Driver Release 510.39 or later, but version was detected and compatibility mode is UNAVAILABLE.”
And I try to use Forward Compatibility. (CUDA Compatibility :: NVIDIA Data Center GPU Driver Documentation)
-
I download cuda-compat-11-6
https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/cuda-compat-11-6_510.39.01-1_amd64.deb -
I write a Dockerfile to build a new image with cuda-compat-11-6
-
I add /usr/local/cuda/compat into LD_LIBRARY_PATH
But it still fail. Is there any suggestion?