
深度学习
neophack
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
基于docker的深度学习开发环境,使用网页即可远程桌面和VScode
# Ubuntu 20.04 # Note: Container image 21.06-py3 contains Python 3.8. # NVIDIA CUDA 11.3.1 # cuBLAS 11.5.1.109 # NVIDIA cuDNN 8.2.1 # NVIDIA NCCL 2.9.9 (optimized for NVLink™ ) # Note: Although NCCL is packaged in the container, it does not affect Tenso...原创 2022-05-16 16:30:49 · 446 阅读 · 0 评论 -
portainer nvidia GPU docker
docker volume create portainer_data docker run -d -p 8800:8000 -p 9900:9000 --name=portainer --restart=always -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/dataportainerci/portainer:pr4791原创 2021-10-19 09:26:15 · 1729 阅读 · 0 评论 -
Ubuntu18.04LTS+cuda9.0+caffe(old repo老版本)
1.常用编译需要的软件 首先安装必要软件 sudo apt install make cmake 编译GPU版需要安装驱动 chmod 777 NVIDIA-Linux-x86_64-410.73.run sudo ./NVIDIA-Linux-x86_64-410.73.run --no-opengl-files # --no-opengl-files适合笔记本用户安装,可以防止桌面分辨率异常,...原创 2018-10-30 17:06:14 · 474 阅读 · 0 评论