随笔分类 - docker
摘要:一、docker配置ssh 1、主要设置 #设置登录密码 apt-get install passwd passwd #安装ssh apt-get install openssh-server #配置 shh:生成 ssh 容器的公钥、私钥 #注意:生成过程中需要两次回车,以进行下一步。 cd /e
阅读全文
摘要:如果是在docker中安装,步骤如下: (1)docker pull pytorch/pytorch:1.8.1-cuda10.2-cudnn7-devel。这里必须是-devel后缀!因为编译时需要NVCC,只有-devel中有NVCC。cuda11.2有问题。 (2)按着NVIDIA/apex中
阅读全文
摘要:1、docker系统:Debian GNU/Linux 11 cat /etc/issue 2、apt-get更改国内安装源:以下是debian系统的,区别ubuntu deb http://mirrors.ustc.edu.cn/debian/ buster main deb-src http:/
阅读全文
摘要:https://blog.csdn.net/weixin_40922744/article/details/102872607:docker安装、docker部署深度学习模型 一 、docker安装 二、使用docker拉取TensorFlow Serving最新版镜像 docker pull te
阅读全文