Created
October 2, 2024 16:22
-
-
Save diegolovison/6cbbf84625a1aab89040e2f9f013053f to your computer and use it in GitHub Desktop.
This file contains hidden or 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-get --purge remove "*cublas*" "cuda*" "nsight*" | |
sudo apt-get --purge remove "*nvidia*" | |
sudo apt autoremove | |
sudo apt --fix-broken install | |
sudo rm -rf /usr/local/cuda* | |
sudo apt update && sudo apt upgrade | |
sudo add-apt-repository ppa:graphics-drivers/ppa | |
sudo apt update | |
sudo apt purge *550* | |
cd /etc/apt/sources.list.d | |
rm -fr graphics-drivers..... | |
sudo apt update | |
sudo apt install nvidia-driver-550 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment