Skip to content

Instantly share code, notes, and snippets.

@KuangJuiHsu
KuangJuiHsu / nvidia-reinstall.sh
Created May 20, 2018 09:05 — forked from morgangiraud/nvidia-reinstall.sh
Script to reinstall manually nvidia drivers,cuda 9.0 and cudnn 7.1 on Ubuntu 16.04
# Remove anything linked to nvidia
sudo apt-get remove --purge nvidia*
sudo apt-get autoremove
# Search for your driver
apt search nvidia
# Select one driver (the last one is a decent choice)
sudo apt install nvidia-370