Skip to content

Instantly share code, notes, and snippets.

@karlmutch
Created November 9, 2017 00:06
Show Gist options
  • Save karlmutch/ce32fd86ecb44c8bcccb2c608ddba100 to your computer and use it in GitHub Desktop.
Save karlmutch/ce32fd86ecb44c8bcccb2c608ddba100 to your computer and use it in GitHub Desktop.
wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64/cuda-repo-ubuntu1604_8.0.61-1_amd64.deb
dpkg -i cuda-repo-ubuntu1604_8.0.61-1_amd64.deb
apt-get update
apt-get install cuda-nvrtc-8-0 cuda-nvgraph-8-0 cuda-cusolver-8-0 cuda-cublas-8-0 cuda-cufft-8-0 cuda-curand-8-0 cuda-cusparse-8-0 cuda-npp-8-0 cuda-cudart-8-0 cuda-drivers
nvidia-smi
sudo rmmod nvidia_drm
sudo rmmod nvidia_modeset
sudo rmmod nvidia_uvm
sudo rmmod nvidia
nvidia-smi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment