Ubuntu22.04安装cuDNN

根据下面地址选择安装即可:

英伟达cuDNN下载

复制代码
wget https://developer.download.nvidia.com/compute/cudnn/9.5.1/local_installers/cudnn-local-repo-ubuntu2204-9.5.1_1.0-1_amd64.deb
sudo dpkg -i cudnn-local-repo-ubuntu2204-9.5.1_1.0-1_amd64.deb
sudo cp /var/cudnn-local-repo-ubuntu2204-9.5.1/cudnn-*-keyring.gpg /usr/share/keyrings/
sudo apt-get update
sudo apt-get -y install cudnn

查看是否安装成功:

复制代码
ls /usr/lib/x86_64-linux-gnu/libcudnn.so*
相关推荐
難釋懷2 天前
Shell脚本-while循环语法结构
linux·运维·服务器·bash
難釋懷2 天前
Shell脚本-for循环应用案例
linux·运维·服务器·bash
白总Server3 天前
Nginx 中间件
大数据·linux·运维·服务器·nginx·bash·web
Pasregret3 天前
策略模式:动态切换算法的设计智慧
算法·bash·策略模式
SpikeKing6 天前
Server - 优雅的配置服务器 Bash 环境(.bashrc)
服务器·bash·bashrc·bash_profile
涛ing8 天前
【Linux “less“ 命令详解】
linux·运维·c语言·c++·人工智能·vscode·bash
難釋懷8 天前
bash的特性-bash中的引号
开发语言·chrome·bash
vortex58 天前
Bash 中的数学运算详解
linux·运维·开发语言·bash·运维开发
kfepiza8 天前
用sed替换文本 笔记250419
linux·笔记·bash·命令模式
Cuit小唐8 天前
ifconfig -bash: ifconfig: command not found
开发语言·bash