Skip to content

Instantly share code, notes, and snippets.

@LysandreJik
Created October 24, 2019 13:37
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LysandreJik/94fec0c38ab17b98053b05325713d02b to your computer and use it in GitHub Desktop.
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
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
@maxsvetlik
Copy link

sudo sh cuda_10.0.130_410.48_linux.run -> sudo sh cuda_10.0.130_410.48_linux

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment