You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
wget http://us.download.nvidia.com/**********/NVIDIA-Linux******************.run ## Copy here the link you have copied
chmod +x NVIDIA-Linux******************.run
Install dependencies
sudo apt-add-repository ppa:ubuntu-x-swat/x-updates #if it fails, you may need to repeat the operation.
sudo apt-get update
sudo apt-get install nvidia-current -y
sudo apt-get upgrade -y
Launch Nvidia Driver Installation
sudo ./NVIDIA-Linux******************.run
Reboot
sudo reboot
Check Nvidia Drivers
nvidia-sim
+------------------------------------------------------+
| NVIDIA-SMI ***.** Driver Version: ***.** |
|-------------------------------+----------------------+----------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
|===============================+======================+======================|
| 0 GeForce GTX TIT... Off | 0000:05:00.0 Off | N/A |
| 22% 59C P0 74W / 250W | 23MiB / 12284MiB | 0% Default |
+-------------------------------+----------------------+----------------------+
| 1 GeForce GTX TIT... Off | 0000:06:00.0 Off | N/A |
| 22% 60C P0 72W / 250W | 23MiB / 12284MiB | 0% Default |
+-------------------------------+----------------------+----------------------+
| 2 GeForce GTX TIT... Off | 0000:09:00.0 Off | N/A |
| 22% 54C P0 53W / 250W | 23MiB / 12284MiB | 0% Default |
+-------------------------------+----------------------+----------------------+
+-----------------------------------------------------------------------------+
| Processes: GPU Memory |
| GPU PID Type Process name Usage |
|=============================================================================|
| No running processes found |
+-----------------------------------------------------------------------------+
Installing Cuda
Download and install Cuda from Nvidia website
# downloading the (currently) most recent version of CUDA 8.0
sudo wget http://developer.download.nvidia.com/******/cuda-repo-ubuntu******.deb #copy here the link obtained above
# installing debian package for CUDA
sudo dpkg -i cuda-repo-ubuntu***************.deb
sudo apt-get update
sudo apt-get install cuda
Add to .bashrc the following Environment Variables