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
| # Uninstall all nvidia packages, old drivers, etc. | |
| # list all the packages with nvidia in the name | |
| dpkg -l | grep -i nvidia | |
| sudo apt-get remove --purge nvidia* | |
| sudo apt-get remove --purge cuda* | |
| sudo apt-get remove --purge libnccl* |