Nvidia-docker: Ubuntu 19.10 support?

Created on 27 Oct 2019  ·  4Comments  ·  Source: NVIDIA/nvidia-docker

it would be great to support Ubuntu 19.10.

Any hints on how to get nvidia-container-toolkit on Ubuntu 19.10?

All 4 comments

ok, got it installed with a minor change:

curl -s -L https://nvidia.github.io/nvidia-docker/ubuntu18.04/nvidia-docker.list | sudo tee /etc/apt/sources.list.d/nvidia-docker.list

gonna test it now

This is the correct way to install nvidia-docker on 19.10 :)

Should this be mentioned in the README?

ok, got it installed with a minor change:

curl -s -L https://nvidia.github.io/nvidia-docker/ubuntu18.04/nvidia-docker.list | sudo tee /etc/apt/sources.list.d/nvidia-docker.list

gonna test it now

This did not work for me, are there any other option?

Was this page helpful?
0 / 5 - 0 ratings