找docker环境
1. dockerhub找镜像
https://hub.docker.com/
在dockerhub搜索自己想要的镜像,如pytorch
image.png
复制下载命令
image.png
2.下载镜像
image.png3.创建容器
docker images 查看当前镜像
image.png
nvidia-docker run -it -p 6006:6006 -p 5000:5000 -v /extdata/storage/xxx:/data --name=xxx pytorch/pytorch:1.6.0-cuda10.1-cudnn7-runtime bash
网友评论