[GPU] Ubuntu安装 NVIDIA GPU 驱动

前端之家收集整理的这篇文章主要介绍了[GPU] Ubuntu安装 NVIDIA GPU 驱动前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

问题描述:

我装的是从官方下载的Ubuntu 17.10 64位版本,一开始我并不知道同事买给我的电脑配的是什么版本GPU,反正输入命令 nvidia-smi 就提示 command not found。

查了下资料是要装驱动,但是啊!记得驱动要足够新。


解决办法:

sudo apt purge nvidia-*
sudo add-apt-repository ppa:graphics-drivers/ppa
sudo apt update
sudo apt install nvidia-38
7

安装后重启!

一定要记得重启!


参考资料:

https://askubuntu.com/questions/902636/nvidia-smi-command-not-found-ubuntu-16-04

https://stackoverflow.com/questions/43022843/nvidia-nvml-driver-library-version-mismatch

原文链接:https://www.f2er.com/ubuntu/350245.html

猜你在找的Ubuntu相关文章