ocean1100

sudo /etc/docker/daemon.json
{
"registry-mirrors": [
"https://dockerhub.azk8s.cn",
"https://reg-mirror.qiniu.com",
"https://registry.docker-cn.com",
"http://docker.mirrors.ustc.edu.cn",
"http://hub-mirror.c.163.com"
]
}
sudo systemctl restart docker

附docker hub上cuda-cudnn镜像地址:
https://hub.docker.com/r/nvidia/cuda/tags

cuda10.2+cudnn8+ubuntu18.04:
docker pull nvidia/cuda:10.2-cudnn8-devel-ubuntu18.04

分类:

技术点:

相关文章:

  • 2021-09-10
  • 2021-11-04
  • 2021-11-04
  • 2022-12-23
  • 2021-11-05
  • 2022-12-23
  • 2022-02-09
  • 2022-12-23
猜你喜欢
  • 2021-08-04
  • 2021-08-04
  • 2021-07-20
  • 2021-08-09
  • 2021-08-04
  • 2021-08-04
相关资源
相似解决方案