Skip to content

Instantly share code, notes, and snippets.

@aktaksh
Created September 21, 2021 23:28
Show Gist options
  • Save aktaksh/8189f33e00d3a1e2c2b0c68ddef82691 to your computer and use it in GitHub Desktop.
Save aktaksh/8189f33e00d3a1e2c2b0c68ddef82691 to your computer and use it in GitHub Desktop.
Install CUDA on Colab
Install CUDA on Colab
Use below:
#!wget https://developer.nvidia.com/compute/cuda/10.0/Prod/local_installers/cuda-repo-ubuntu1804-10-0-local-10.0.130-410.48_1.0-1_amd64
#!ls -ld /var/cuda-repo-10-0-local-10.0.130-410.48/*.pub
#!sudo apt-key add /var/cuda-repo-10-0-local-10.0.130-410.48/*.pub
#!apt-get install cuda
#!sudo dpkg -i cuda-repo-ubuntu1804-10-0-local-10.0.130-410.48_1.0-1_amd64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment