我无法在 Ubuntu-Server 16.04 上安装适用于 RTX 2080(nvidia-410)的 nvidia 驱动程序。
执行的命令:
sudo apt install nvidia-410
sudo reboot
重启后我希望nvidia-smi
它能工作,但运行时的输出是
NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.
最终目标是安装支持 CUDA 的 Tensorflow。
编辑:
我尝试过
cd /
sudo apt purge nvidia*
sudo add-apt-repository ppa:graphics-drivers/ppa
sudo apt update
sudo apt install nvidia-430
sudo reboot
重启后我尝试执行nvidia-smi
,但收到错误消息:
NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.
(和之前一样)