Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nvidia library/driver mismatch #51

Closed
beeva-valentinquintas opened this issue Mar 22, 2017 · 3 comments
Closed

Nvidia library/driver mismatch #51

beeva-valentinquintas opened this issue Mar 22, 2017 · 3 comments

Comments

@beeva-valentinquintas
Copy link

Hello,

Using ami-f6d25596 nvidia library is 367 version and "nvidia-smi" works properly. After a while nvidia library becomes nvidia-375 and i received the message "Failed to initialize NVML: Driver/library version mismatch".
There is some process updating library i couldn't find.

After restoring 367 version and rebooting instance it works again.

@beeva-valentinquintas
Copy link
Author

After rebooting the instance it works properly again no matters which nvidia library version its using

@carlo379
Copy link

Hi, I'm having the same issue, but rebooting did not fixed it. Any other way to solve this?

@carlo379
Copy link

Hi, I was able to solve the issue by doing the following:

  • SSH to instance
  • Once the instance is readysudo reboot
  • Wait until the instance reboot and SSH back to it.
  • Type the following commands to update the Nvidia libraries:
sudo add-apt-repository ppa:graphics-drivers/ppa
sudo apt-get install nvidia-375
sudo dpkg --configure -a
  • Check the nvidia-smi by typing nvidia-smi -q
  • If everything looks good, create a new AMI of your instance.

Hope this helps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants