it would be great to support Ubuntu 19.10.
Any hints on how to get nvidia-container-toolkit on Ubuntu 19.10?
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.listgonna test it now
This did not work for me, are there any other option?