Skip to content

Instantly share code, notes, and snippets.

@alfakini
Last active April 27, 2019 11:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alfakini/db6ef1f298fe36543f43e64eee743034 to your computer and use it in GitHub Desktop.
Save alfakini/db6ef1f298fe36543f43e64eee743034 to your computer and use it in GitHub Desktop.
Install Digits
$ wget ...cuda-repo-ubuntu1404_7.5-18_amd64.deb
$ sudo dpkg -i /tmp/cuda-repo-ubuntu1404_7.5-18_amd64.deb
$ rm -f /tmp/cuda-repo-ubuntu1404_7.5-18_amd64.deb
$ wget ...nvidia-machine-learning-repo_4.0-2_amd64.deb
$ sudo dpkg -i /tmp/nvidia-machine-learning-repo_4.0-2_amd64.deb
$ rm -f /tmp/nvidia-machine-learning-repo_4.0-2_amd64.deb
$ sudo apt-get install digits
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment