Azure N-series(GPU) : install CUDA, cudnn, Tensorflow on UBUNTU 16.04 LTS
After spending more than 5 hours, i found this easy solution:
- -To verify that the system has a CUDA-capable GPU, run the following command:
- You will see output similar to the following example (showing an NVIDIA Tesla K80/M60 card):
Learn Azure - Azure tutorial - CUDA Capable GPU - Azure examples - Azure programs
- -Disabling the nouveau driver:
- -After a reboot: sudo reboot, verify the driver is installed properly by issuing:
- -Next, download the CUDA package from Nvidia, ...
- -... make it known to apt-get and install the CUDA Toolkit:
- -Now we can check the status of the GPU(s) by running:
- Next, we download cuDNN...
- -... unzip, copy the lib64 and include folders:
- -Time to do some clean up and remove the downloaded archives:
- To install Tensorflow with CPU/GPU , go here :