Created
January 30, 2023 13:37
-
-
Save farzadhallaji/6fa11cd31aa890a8bd394448a159bfc0 to your computer and use it in GitHub Desktop.
install thundersvm on google colab
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
!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