ubuntu 22.04安装cuda、cudnn、conda、pytorch

1、cuda

视频连接

https://www.bilibili.com/video/BV1bW4y197Mo/?spm_id_from=333.999.0.0&vd_source=3b42b36e44d271f58e90f86679d77db7

cuda 11.8

https://developer.nvidia.com/cuda-toolkit-archive

ubuntu 22.04安装cuda、cudnn、conda、pytorch_第1张图片点击进入

https://developer.nvidia.com/cuda-11-8-0-download-archive?target_os=Linux&target_arch=x86_64&Distribution=Ubuntu&target_version=22.04&target_type=runfile_local

ubuntu 22.04安装cuda、cudnn、conda、pytorch_第2张图片
复制第一行代码,在终端输入下载
ubuntu 22.04安装cuda、cudnn、conda、pytorch_第3张图片
找到下载的文件位置,复制第二行代码
ubuntu 22.04安装cuda、cudnn、conda、pytorch_第4张图片

2、cudnn

https://developer.nvidia.com/rdp/cudnn-download

ubuntu 22.04安装cuda、cudnn、conda、pytorch_第5张图片guide

https://docs.nvidia.com/deeplearning/cudnn/install-guide/index.html

3、conda

4、pytorch

ubuntu 22.04安装cuda、cudnn、conda、pytorch_第6张图片

你可能感兴趣的:(Linux,ubuntu,conda,linux)