Skip to content

Instantly share code, notes, and snippets.

View shaju-george's full-sized avatar

Shaju George shaju-george

View GitHub Profile
# Install Cuda 10.1 and Cudnn 7.6.5 on Ubuntu 18.04
## Start clean
sudo apt purge nvidia*
sudo apt remove nvidia-*
sudo rm /etc/apt/sources.list.d/cuda*
sudo apt autoremove && apt autoclean
sudo rm -rf /usr/local/cuda*