Skip to content

Instantly share code, notes, and snippets.

@shuuchen
Last active June 10, 2019 09:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shuuchen/82c7cd55d9b128426a0fe1ee58e25ca0 to your computer and use it in GitHub Desktop.
Save shuuchen/82c7cd55d9b128426a0fe1ee58e25ca0 to your computer and use it in GitHub Desktop.
NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.
This post shows how to deal with the following error:
(base) [dushu@ip-172-20-149-210 ~]$ 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.
Solution
Just install the latest nvidia driver.
Process
1) check current GPU info
(base) [dushu@ip-172-20-149-210 installers]$ lspci
00:1e.0 3D controller: NVIDIA Corporation GV100GL [Tesla V100 SXM2] (rev a1)
2) download corresponding driver from https://www.nvidia.co.jp/Download/index.aspx?lang=jp
3) install the driver
sudo bash NVIDIA-XXX.run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment