EADST

Create A New Docker Container from An Image

Create A New Docker Container from An Image.

docker run --gpus all --name=new_docker  -ti --ipc=host -v /data:/data nvidia/cuda:10.2-cudnn8-devel-ubuntu16.04

# --name: container_name
# -v: /host_folder_path:/docker_folder_path
# nvidia/cuda:10.2-cudnn8-devel-ubuntu16.04: REPOSITORY:TAG  [docker images to check]
相关标签
About Me
XD
Goals determine what you are going to be.
Category
标签云
站点统计

本站现有博文266篇,共被浏览440669

本站已经建立2019天!

热门文章
文章归档
回到顶部