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*
相关推荐
鸠摩智首席音效师8 小时前
如何在 Bash 中循环遍历文件内容 ?
bash
ChrylZzz1 天前
bash和zsh
bash·shell·zsh
喵霓3 天前
mac系统的环境变量-bash_profile
开发语言·macos·bash
xuanloyer3 天前
linux基础学习--学习bash
linux·学习·bash
vortex54 天前
Windows 下 Git Bash 终端高效配置指南
windows·git·bash
vortex54 天前
Bash One-Liners 学习精要指南
开发语言·chrome·bash
蒋士峰DBA修行之路5 天前
红帽练习环境介绍
linux·开发语言·bash
张志翔的博客11 天前
如何在 macOS 上切换 Shell:从 Bash 到 Zsh 或其他 Shell
开发语言·macos·bash
zhengqiqiqinqin11 天前
reboot提示 -bash: fork: retry: 没有子进程
开发语言·bash
顾安r12 天前
11.22 脚本 手机termux项目分析(bash)
前端·python·stm32·flask·bash