Skip to content

Instantly share code, notes, and snippets.

@aytackanaci
Created December 13, 2022 23:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aytackanaci/e2608cff52e7ef187e40d24ea4c9024f to your computer and use it in GitHub Desktop.
Save aytackanaci/e2608cff52e7ef187e40d24ea4c9024f to your computer and use it in GitHub Desktop.
Remove cuda drivers from ubuntu.

From this tweet:

sudo apt --purge remove "*cublas*" "cuda*" "nsight*" '^nvidia-.*'
sudo apt autoremove
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment