晨风のblog
首页
栏目分类
默认分类
Cesium
Vue
C#
Linux
Docker
Revit
Neo4j
Cypher
Nginx
归档
关于
归档
关于
首页
Linux
,
Docker
正文
Ubuntu安装docker以及nvidia-container-toolkit
晨风
2021-08-12 AM
390℃
0条
**配置Docker源** - 更新源 $ sudo apt update - 启用HTTPS $ sudo apt install -y \ apt-transport-https \ ca-certificates \ curl \ gnupg-agent \ software-properties-common - 添加GPG key $ curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - - 添加稳定版的源 $ sudo add-apt-repository \ "deb [arch=amd64] https://download.docker.com/linux/ubuntu \ $(lsb_release -cs) \ stable" **安装Docker CE** - 更新源 $ sudo apt update - 安装Docker CE $ sudo apt install -y docker-ce **免suod运行** - 将用户添加到docker组 $ sudo usermod -aG docker [用户名] - 重启docker $ sudo systemctl restart docker **docker测试** $ docker run hello-world **安装nvidia-container-toolkit** - 添加源 $ distribution=$(. /etc/os-release;echo $ID$VERSION_ID) $ curl -s -L https://nvidia.github.io/nvidia-docker/gpgkey | sudo apt-key add - $ curl -s -L https://nvidia.github.io/nvidia-docker/$distribution/nvidia-docker.list | sudo tee /etc/apt/sources.list.d/nvidia-docker.list - 安装并重启docker $ sudo apt update && sudo apt install -y nvidia-container-toolkit $ sudo systemctl restart docker - 测试 $ docker run --gpus all nvidia/cuda:9.0-base nvidia-smi
标签: none
非特殊说明,本博所有文章均为博主原创。
如若转载,请注明出处:
http://blog.chenfengly.com/index.php/archives/15/
上一篇
VSCode setting.js 配置vue文件格式化
下一篇
pip安装pycocotools等库时报gcc错误
取消回复
评论啦~
提交评论
栏目分类
默认分类
5
Cesium
5
Vue
1
C#
3
Linux
4
Docker
2
Revit
1
Neo4j
0
Cypher
1
Nginx
1
标签云
elementui
vue
SqlServer
C#
cypher
tree
cesium
neo4j
node