Unable to install nvidia docker on ubuntu 21.04

Hello Everyone! I am trying to use my RTX 3070 Max-Q mobile GPU with nvidia Docker on Ubuntu 21.04, but following this installation guide I have compatibility problems.

Install guide nvidia docker

‘# Unsupported distribution!’
‘# Check https://nvidia.github.io/nvidia-docker

when will it be available?

Thanks, Ricardo

lmgtfy exposed this issue: install uses apt key and no support for Ubuntu 21 · Issue #1498 · NVIDIA/nvidia-docker · GitHub

The maintainer is NVIDIA itself, not docker. You might want to follow up on the issue and add comments to the issue if you feel like.

1 Like

Hey Thanks! it really worked for me, but with the nvidia docker version for ubuntu 18.05. I added this lines on /etc/apt/sources.list.d/nvidia-docker.list

deb https://nvidia.github.io/libnvidia-container/ubuntu18.04/amd64 /
deb https://nvidia.github.io/nvidia-container-runtime/ubuntu18.04/amd64 /
deb https://nvidia.github.io/nvidia-docker/ubuntu18.04/amd64 /

and

sudo apt-get update
sudo apt-get install -y nvidia-docker2

and Done! Thanks
Ricardo.