uname -admesgnvidia-smi -adocker versiondpkg -l '*nvidia*' _or_ rpm -qa '*nvidia*'nvidia-container-cli -VWhy isn't there an alternative method to pull the relevant files? Linux Mint 19 is a derivative of supported Ubuntu 18.04.
Linux Mint is not supported, if you wish to install nvidia-docker on it, you will need to register the ubuntu 18.04 repositories manually:
curl -s -L https://nvidia.github.io/nvidia-docker/gpgkey | sudo apt-key add -
curl -s -L https://nvidia.github.io/nvidia-docker/ubuntu18.04/nvidia-docker.list | sudo tee /etc/apt/sources.list.d/nvidia-docker.list
sudo apt-get update
Thank you. The instructions worked correctly.
On Wed, Oct 31, 2018, 2:58 PM Jonathan Calmels <[email protected]
wrote:
Linux Mint is not supported, if you wish to install nvidia-docker on it,
you will need to register the ubuntu 18.04 repositories manually:curl -s -L https://nvidia.github.io/nvidia-docker/gpgkey | sudo apt-key add -
curl -s -L https://nvidia.github.io/nvidia-docker/ubuntu18.04/nvidia-docker.list | sudo tee /etc/apt/sources.list.d/nvidia-docker.list
sudo apt-get update—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
https://github.com/NVIDIA/nvidia-docker/issues/848#issuecomment-434801801,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AqfIMDaT3hyXvzWTcVGK7lVQWaVFS-o6ks5uqfLhgaJpZM4X-BsK
.
Closing as the issue seems resolved.
On running docker run --runtime=nvidia --rm nvidia/cuda nvidia-smi, I am getting the following error:
docker: Error response from daemon: OCI runtime create failed: container_linux.go:348: starting container process caused "process_linux.go:402: container init caused \"process_linux.go:385: running prestart hook 1 caused \\"error running hook: exit status 1, stdout: , stderr: exec command: [/usr/bin/nvidia-container-cli --load-kmods configure --ldconfig=@/sbin/ldconfig.real --device=all --compute --utility --require=cuda>=10.0 brand=tesla,driver>=384,driver<385 --pid=13462 /var/lib/docker/overlay2/98c0f7cb0ad21bd9e7f88e05273008e88c160b5b8e73cd4fdccecb4571daf58e/merged]\\nnvidia-container-cli: initialization error: driver error: failed to process request\\n\\"\"": unknown.
Hello!
Please open a new issue, and provide the relevant logs requested in the issue template.
Most helpful comment
Linux Mint is not supported, if you wish to install nvidia-docker on it, you will need to register the ubuntu 18.04 repositories manually: