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 小时前
NAS里的大文件怎么快速传?用Copyparty搭建轻量文件服务器
运维·服务器·cpolar
lczllx6 小时前
从 TCP 90μs 到 SHM 28μs:我的 RPC 框架零拷贝优化历程
linux·后端
盐焗鹌鹑蛋6 小时前
【Linux】权限
linux
窝子面6 小时前
认识Docker与启动容器与镜像的关系
运维·docker·容器
小此方7 小时前
Re:Linux系统篇(四十六)信号篇·四:一文串联操作系统底层:时钟中断、内核态切换、系统调用与 Linux 信号处理全解析
linux·驱动开发·信号处理
编程序的员7 小时前
使用OpenTelemetry来监控GoLang应用
运维·golang·monitoring·apm·opentelemetry
羑悻的小杀马特8 小时前
把随身WiFi改成网盘聚合器:中兴F50挂载本地存储+夸克网盘实战
运维·服务器·人工智能·网盘·openlist
无人生还别怕8 小时前
如何制作一个linux标准iso镜像
linux·iso·opencloudos·openanolisos
Yana.nice16 小时前
Linux 只保留 30 天内日志(find命令删除日志文件)
linux·运维·chrome
2601_9605679618 小时前
电商套图自动化效率的工程量化分析——从逐张生成到批量套图的架构演进
运维·架构·自动化