Skip to content

Instantly share code, notes, and snippets.

View aman95's full-sized avatar

Aman Kumar aman95

View GitHub Profile
@aman95
aman95 / setup.sh
Last active July 11, 2017 20:51
Nvidia cuda and cuDNN setup in Ubuntu 16.04
# Update Ubuntu apt cache
sudo apt update
# Update all Ubuntu packages
sudo apt upgrade
# Install build-essentials
sudo apt install build-essential
# Download cuda SDK 8 from Nvidia website (.run file)