Skip to content

Instantly share code, notes, and snippets.

@mjdietzx
Last active December 23, 2023 11:03
Show Gist options
  • Star 23 You must be signed in to star a gist
  • Fork 5 You must be signed in to fork a gist
  • Save mjdietzx/fda9535e3246f0db39b0da80403265d1 to your computer and use it in GitHub Desktop.
Save mjdietzx/fda9535e3246f0db39b0da80403265d1 to your computer and use it in GitHub Desktop.
Install TESLA driver for ubuntu 16.04
# http://www.nvidia.com/download/driverResults.aspx/117079/en-us
wget http://us.download.nvidia.com/tesla/375.51/nvidia-driver-local-repo-ubuntu1604_375.51-1_amd64.deb
sudo dpkg -i nvidia-driver-local-repo-ubuntu1604_375.51-1_amd64.deb
sudo apt-get update
sudo apt-get -y install cuda-drivers
echo "Reboot required."
@grasool
Copy link

grasool commented Mar 11, 2018

Thanks

@KrayTwins
Copy link

Thanks dude

@1zhaoxing
Copy link

so fucking thanks ,

@ashupednekar
Copy link

Thanks a lot

@ekesdf
Copy link

ekesdf commented Jan 22, 2021

the biggest thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment