我是靠谱客的博主 魁梧胡萝卜,最近开发中收集的这篇文章主要介绍NVIDIA-SMI has failed because it couldn‘t communicate with the NVIDIA driver.,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

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

  重启服务器之后,nvidia-smi就无法与英伟达驱动“交流”了,之前的解决方案都是重装英伟达驱动,今天查了一下,查到了解决方案,在此记录一下。
  输入以下两行命令:

sudo apt install dkms
sudo dkms install -m nvidia -v 418.87.00

后边的版本号使用下边命令查询

ls /usr/src | grep nvidia

最后

以上就是魁梧胡萝卜为你收集整理的NVIDIA-SMI has failed because it couldn‘t communicate with the NVIDIA driver.的全部内容,希望文章能够帮你解决NVIDIA-SMI has failed because it couldn‘t communicate with the NVIDIA driver.所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(48)

评论列表共有 0 条评论

立即
投稿
返回
顶部