Nvidia-docker: Using Linux Mint

Created on 28 Oct 2018  Â·  5Comments  Â·  Source: NVIDIA/nvidia-docker

1. Issue or feature description : # Unsupported distribution! _error for "linuxmint19"_

2. Steps to reproduce the issue: _followed instructions on URL: https://nvidia.github.io/nvidia-docker/_

3. Information to attach (optional if deemed irrelevant)

  • [ ] Kernel version from uname -a
  • [ ] Any relevant kernel output lines from dmesg
  • [ ] Driver information from nvidia-smi -a
  • [ ] Docker version from docker version
  • [ ] NVIDIA packages version from dpkg -l '*nvidia*' _or_ rpm -qa '*nvidia*'
  • [ ] NVIDIA container library version from nvidia-container-cli -V
  • [ ] NVIDIA container library logs (see troubleshooting)
  • [ ] Docker command, image and tag used

Why isn't there an alternative method to pull the relevant files? Linux Mint 19 is a derivative of supported Ubuntu 18.04.

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:

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

All 5 comments

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.

Was this page helpful?
0 / 5 - 0 ratings