关于nvidia:NVIDIASMI-has-failed-because-it-couldnt-communicate-with

9次阅读

共计 276 个字符,预计需要花费 1 分钟才能阅读完成。

问题形容:server 重启之后,发现 GPU 无奈应用,显示如下 error info

NVIDIA-SMI has failed because it couldn’t communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.

solution:

  1. sudo apt-get install dkms
  2. sudo dkms install -m nvidia -v 460.84

确认已装置 NVIDIA driver 版本号

ls -lh /usr/src/nvidia-*** 即可找到对应版本号

正文完
 0