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

相关推荐
志栋智能5 小时前
超自动化运维如何支持合规审计?
运维·自动化
小诗懂技术5 小时前
【网络通信UDP】基础 进程间不同主机的通信
运维·服务器·网络
名字还没想好☜5 小时前
Docker 容器安全加固实战:非 root、只读根文件系统、drop capabilities 与最小攻击面
运维·安全·docker·容器·kubernetes
琥珀色糖6 小时前
Linux守护进程
linux·终端·守护进程·会话·进程组
鹤落晴春6 小时前
有状态应用 vs 无状态应用
运维·云原生·k8s
starzy19908 小时前
虚拟化解决方案全景:软件虚拟化、硬件虚拟化与 Docker 的位置
运维·docker·容器
Neighbor_OldY8 小时前
云上安全配置审计与误配置修复实战:从安全组、OSS、RAM到数据库的全栈排查复盘
大数据·运维·安全·云计算
开心大爆炸9 小时前
xrdp 连接 登录对话框输入密码后闪退
linux·运维·服务器
oushaojun210 小时前
大厂 C++ 面试:深度剖析 Linux Signal 信号机制(转)
linux
苏生Susheng11 小时前
【软件实施】Linux系统Shell脚本教程
linux·运维·服务器·chrome·spring boot·学习·实施