ubuntu install nvidia gpu driver

at first time I tried with

bash 复制代码
udo apt update
sudo ubuntu-drivers autoinstall
sudo reboot

but this lead to a whole update of system kernals and the ethernet&wifi drivers were not updated successfully, resulting in internet connection failure.

In such circumstance I can not even update kernals through apt.

So I reboot and pressed `Esc` after BIOS and entered GRUB to choose **"Advanced options for Ubuntu"**and restart the system with the last version of ubuntu kernal.

then:

bash 复制代码
sudo apt update
sudo apt upgrade -y
ubuntu-drivers devices
sudo apt install nvidia-driver-595-open
sudo reboot

然后根据这个装container toolkit(如果需要的话)

https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/latest/install-guide.html

相关推荐
江南风月1 小时前
WGCLOUD如果使用SQL Server数据库推荐哪个版本
运维·网络·zabbix·运维开发·prometheus
IMPYLH1 小时前
Linux 的 tac 命令
linux·运维·服务器·bash
计算机安禾2 小时前
【Linux从入门到精通】第50篇:专栏总结与Linux学习之路的未来展望
linux·运维·学习
zhouwy1132 小时前
Linux 内核学习笔记:从零搭建内核开发与调试环境
linux
yyuuuzz2 小时前
企业出海技术落地的几个常见问题
运维
GottdesKrieges2 小时前
OceanBase备份常见问题
linux·网络·oceanbase
byoass2 小时前
企业云盘高可用架构:主备切换、负载均衡与健康检查实战
运维·网络·安全·架构·云计算·负载均衡
白菜欣2 小时前
Linux —进程概念
linux·运维·服务器
iuu_star2 小时前
Vue+FastAPI 项目宝塔Linux部署指南
linux·运维·fastapi