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

install-gpu-azure : exception "The nvidia driver version ... does not give good results ..." #169

Open
sthiy opened this issue Oct 14, 2017 · 1 comment

Comments

@sthiy
Copy link

sthiy commented Oct 14, 2017

Hi, when running lesson 1 on azure gpu (Standard NC6 with Ubuntu 16.04) the following exception is thrown :
Exception: The nvidia driver version installed with this OS does not give good results for reduction.Installing the nvidia driver available on the same download page as the cuda package will fix the problem: http://developer.nvidia.com/cuda-downloads

I tried others nvidia drivers without luck. But installing cuda-8 instead on 9 solved it for me. In my local version of install-gpu-azure.sh in replaced :
sudo apt-get -y install cuda
with
sudo apt-get -y install cuda-8-0

It fixed the problem.

@davidlmorton
Copy link

This was also a fix for me running on a home machine with ubuntu 16.04 and an nvidia GeForce GTX 1060 6GB.

dineshkumarsarangapani pushed a commit to dineshkumarsarangapani/courses that referenced this issue Sep 29, 2018
update get_sample docstring
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

2 participants