Skip to content

Instantly share code, notes, and snippets.

View DarylWM's full-sized avatar

Daryl Wilding-McBride DarylWM

View GitHub Profile
@DarylWM
DarylWM / deep-learning-setup.md
Last active November 18, 2016 05:15
Steps to set up a Deep Learning machine

Create a 16.04 bootable install USB drive

http://unetbootin.github.io/

Install Ubuntu 16.04

  • sudo apt-get update && sudo apt-get upgrade && sudo apt-get dist-upgrade
  • sudo apt-get install make cmake gcc g++

Install NVIDIA drivers

  • sudo apt-get install dkms build-essential linux-headers-generic