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*
相关推荐
云川之下12 小时前
【linux】 unshare -user -r /bin/bash命令详解
linux·bash·unshare
涵信2 天前
Windows11 安装 Ubuntu-20.04,同时安装配置 zsh shell,配置 git 别名(alias),大大提高开发效率
linux·git·ubuntu·bash
云计算DevOps-韩老师2 天前
【网络云计算】2024第52周-每日【2024/12/23】小测-理论&实操
linux·运维·服务器·开发语言·bash
qq_433618442 天前
shell 编程(二)
开发语言·bash·shell
weixin_437398212 天前
Linux扩展——shell编程
linux·运维·服务器·bash
yylの博客3 天前
Windows通过git-bash安装zsh
windows·git·bash·zsh
AI小白龙5 天前
【bash】linux中打包某个可执行文件及其依赖文件
linux·chrome·bash
YRr YRr6 天前
详解ROS环境配置:setup.bash 文件的功能与操作
开发语言·bash
云计算DevOps-韩老师6 天前
【网络云计算】2024第51周-每日【2024/12/18】小测-理论-写10个关于bash运算符和表达式的例子-解析
开发语言·bash
云计算DevOps-韩老师8 天前
【网络云计算】2024第50周-每日【2024/12/13】小测-理论-写10个Bash Shell脚本-解析
运维·网络·云计算·vim·bash·负载均衡·perl