方法已解决~
主要原因还是网络的问题,我的方法是添加代理,翻墙解决的,但单纯的翻墙又不够。
https://github.com/NVIDIA/nvidia-docker/issues/1126
https://github.com/NVIDIA/nvidia-docker/issues/1296
我解决了这个问题。
在代理下,当您使用“sudo apt-get update”时,您必须使用 -E 选项。通常“sudo apt-get update”不遵循本地机器的代理设置。
因此,首先将代理设置写入 ~/.bashrch。(我认为还有很多其他选择,请谷歌它)
首先,确认代理设置
$ printenv http_proxy https_proxy
如果没有得到任何结果,则应编写代理设置。
其次,按照安装。但你应该使用 -E 选项。
Math input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input error$Math input error$(. /etc/os-release;echo Math input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input error$Math input error$VERSION_ID)
$ curl -k -L https://nvidia.github.io/nvidia-docker/gpgkey | sudo -E apt-key add -
使用 -E 选项!!
Math input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input errorMath input error$Math input error$distribution/nvidia-docker.list | sudo tee /etc/apt/sources.list.d/nvidia-docker.list
然后更新,使用 -E 选项
$ sudo -E apt-get update
最后,您也可以使用 -E 选项安装 nvidia-docker。
$ sudo -E apt-get install -y nvidia-container-toolkit
粘贴有些乱码,但github上的网址是对的~希望有同样经历的同学能够解决这个问题