Skip to content

Instantly share code, notes, and snippets.

View roger1993's full-sized avatar

Roger GOU roger1993

View GitHub Profile
@roger1993
roger1993 / nvidia-reinstall.sh
Created October 2, 2018 07:29 — 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