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*
相关推荐
月昤昽1 天前
ArchLinux更新遇到的GPG签名验证问题
linux·bash·archlinux
IMPYLH3 天前
Linux 的 sum 命令
linux·运维·服务器·chrome·python·bash
IMPYLH4 天前
Linux 的 sync 命令
linux·运维·服务器·python·bash·运维开发
Soari4 天前
Claude Code每日更新速览(v2.1.120-2026/04/27)-彻底摆脱 Git Bash,CI 级代码审查工具上线
git·ci/cd·bash·cluade code·ai for coding
IMPYLH4 天前
Linux 的 stdbuf 命令
linux·运维·服务器·bash
Via_Neo4 天前
Bash Game
开发语言·bash
IMPYLH5 天前
Linux 的 stty 命令
linux·运维·服务器·python·bash
IMPYLH5 天前
Linux 的 split 命令
linux·运维·python·bash·运维开发·unix
IMPYLH6 天前
Linux 的 stat 命令
linux·运维·服务器·bash
SariHcr1236 天前
Openarm机器人双臂模型仿真从零部署
c++·人工智能·python·机器人·bash·openarm