ubuntu下anconda装pytorch

1、禁用nouveau

sudo vim /etc/modprobe.d/blacklist.conf

在文件最后部分插入以下两行内容

blacklist nouveau
options nouveau modeset=0

更新系统

sudo update-initramfs -u

重启系统

2、装nvidia驱动

卸载原来驱动

  sudo apt-get remove nvidia-*  (若安装过其他版本或其他方式安装过驱动执行此项)

给驱动run文件赋予执行权限:

sudo chmod  a+x NVIDIA-Linux-x86_64-418.43.run

安装

sudo ./NVIDIA-Linux-x86_64-418.43.run -no-x-check -no-nouveau-check -no-opengl-files 

3、装anconda

清华源下载符合自己系统的最新版(尽可能下载新的,否则pytorch也不能安装比较新的版本)Index of /https://repo.anaconda.com/archive/配置安装清华源:

conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/r
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/pro
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/msys2
conda config --set show_channel_urls yes

3、装pytorch

conda install pytorch==1.11.0 torchvision==0.12.0 torchaudio==0.11.0 cudatoolkit=11.3

pip install -i https://pypi.tuna.tsinghua.edu.cn/simple xxx
相关推荐
里音日黑几秒前
Elasticsearch 和arkime 安装
linux·运维·服务器·elasticsearch·arkime
我是苹果,不是香蕉27 分钟前
vim将一行行尾倒数第三个字符替换成1
linux·编辑器·vim
Kasen's experience1 小时前
Ubuntu 24.04 LTS 安装 tailscale 并访问 SMB共享文件夹
linux·ubuntu·tailscale
珀佑勒2 小时前
ubuntu24部署openwrt编译环境
linux·运维·服务器
孤寂大仙v3 小时前
【Linux】进程优先级与进程切换
linux·运维·服务器
ximy13353 小时前
Linux操作命令之云计算基础命令
linux·运维·服务器
CVE-柠檬i3 小时前
记一次CentOS扩容boot升级内核版本
linux·运维·centos
未来之窗软件服务4 小时前
linux 国产化命令
linux·运维·服务器
菜要多训练4 小时前
基于VSCode+CMake+debootstrap搭建Ubuntu交叉编译开发环境
ide·vscode·ubuntu
皮肤科大白4 小时前
【configparser.NoSectionError: No section: ‘versioneer‘】
linux·运维·服务器