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*
相关推荐
超级大福宝7 小时前
PowerShell 实现类似 Bash 的补全行为
bash·powershell
dingdingfish2 天前
GNU Parallel 学习 - 第1章:How to read this book
bash·shell·gnu·parallel
dingdingfish2 天前
GNU Parallel 学习笔记 - 总目录
bash·gnu·parallel
鸠摩智首席音效师2 天前
Linux Bash 中如何追加内容到文件 ?
linux·运维·bash
Laughtin4 天前
macos命令行更换终端代理的方法
macos·bash·mac
zmjjdank1ng4 天前
理解bash和shell
linux·运维·开发语言·bash
Bdygsl5 天前
Linux小程序(2)—— bash模拟实现
linux·bash
weixin_462446236 天前
一键安装单节点 Zookeeper 3.8.5(附完整 Bash 脚本)
zookeeper·debian·bash
鸠摩智首席音效师9 天前
如何创建带参数的 Bash 别名 ?
linux·bash
gjxDaniel10 天前
Bash编程语言入门与常见问题
开发语言·bash