Skip to content

Instantly share code, notes, and snippets.

@farzadhallaji
Created January 30, 2023 13:37
Show Gist options
  • Save farzadhallaji/6fa11cd31aa890a8bd394448a159bfc0 to your computer and use it in GitHub Desktop.
Save farzadhallaji/6fa11cd31aa890a8bd394448a159bfc0 to your computer and use it in GitHub Desktop.
install thundersvm on google colab
!wget https://developer.nvidia.com/compute/cuda/9.0/Prod/local_installers/cuda-repo-ubuntu1704-9-0-local_9.0.176-1_amd64-deb
!dpkg -i cuda-repo-ubuntu1704-9-0-local_9.0.176-1_amd64-deb
!ls /var/cuda-repo-9-0-local | grep .pub
!apt-key add /var/cuda-repo-9-0-local/7fa2af80.pub
!apt-get update
!sudo apt-get install cuda-9.0
!pip install thundersvm-cpu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment