Quadro K1100M: Issue with NVIDIA Docker

Hello, I have a NVIDIA Quadro K1100M, using Ubuntu 20.04.

I have installed the nvidia driver v418.226 and CUDA v10.1.243. Then I installed NVIDIA docker, following the steps in NVIDIA-Docker.

I couldn’t install an newer version of cuda, because during the installation, it upgrades the NVIDIA driver to an newer one, which is incompatible with my Quadro K1100M.

When I use an older cuda version in the docker, like:

docker run --gpus all nvidia/cuda:9.1-devel-ubuntu16.04 nvidia-smi

It works, but when I try to use:

docker run --gpus all nvidia/cuda:11.6.0-base-ubuntu18.04 nvidia-smi

or lastet versions, the output show me the following error:

nvidia-container-cli: requirement error: unsatisfied condition: cuda>=11.6, please update your driver to a newer version, or use an earlier cuda container: unknown.

Also, when I try to run:

nvidia-docker

it gives me that command is not found.

Your Kepler based gpu is only supported up to cuda 11.4, the correct driver to use is 470.
So anything cuda 11.6 based won’t run.