Created
October 24, 2019 13:37
-
-
Save LysandreJik/94fec0c38ab17b98053b05325713d02b to your computer and use it in GitHub Desktop.
Uninstall cuda 10.1 and install cuda 10.0 instead on Ubuntu 18.04
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
sudo apt remove cuda | |
wget https://developer.nvidia.com/compute/cuda/10.0/Prod/local_installers/cuda_10.0.130_410.48_linux | |
sudo sh cuda_10.0.130_410.48_linux.run | |
export PATH=$PATH:/usr/local/cuda/bin | |
nvcc --version |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sudo sh cuda_10.0.130_410.48_linux.run
->sudo sh cuda_10.0.130_410.48_linux