-
Notifications
You must be signed in to change notification settings - Fork 2k
Could not locate the package nvidia-docker2 #575
Comments
Similar problem. I am using CentOS7.
gives me
Been trying for a week now. |
@IreneTang93 Can you try @beingsudeshna your problem seems different, it's the docker repo that timeouts for you. |
@flx42 That command seems for Centos, could you give me a Ubuntu one? I try
|
|
@flx42 I just found the file nvidia-docker.list is empty. After using using What kind of docker does nvidia-docker2 need, docker.io, docker-engine, docker-ce or docker-ee?
The docker version of my computer:
|
You will need to pin the version you are installing, look at our wiki: flx42/tensorflow@ccdcdf7 |
@flx42 Thanks very much! The problem has been solved! |
$ uname -a
$ curl -s -L https://nvidia.github.io/nvidia-docker/gpgkey | > sudo apt-key add -
$ wget https://nvidia.github.io/nvidia-docker/gpgkey
$ sudo apt-key add gpgkey
$ curl -s -L https://nvidia.github.io/nvidia-docker/ubuntu16.04/amd64/nvidia-docker.list | \ > sudo tee /etc/apt/sources.list.d/nvidia-docker.list
$ sudo apt-get install nvidia-docker2
After making sure all prerequisites are satisfied, I obeyed the quickstart in https://github.com/NVIDIA/nvidia-docker for Xenial x86_64, and tried several times, but all failed to download and install nvidia-docker2. Could you tell me what the problem is?
The text was updated successfully, but these errors were encountered: