Skip to content

Instantly share code, notes, and snippets.

View mickypaganini's full-sized avatar

Michela Paganini mickypaganini

View GitHub Profile
@lukedeo
lukedeo / bootstrap.sh
Last active February 21, 2018 16:55
Bootstrap script for Ubuntu 14.04 EC2
#!/usr/bin/env bash
# bootstrap.sh
# author: Luke de Oliveira ([email protected])
# boostrap script for clean (CPU) EC2 instance setup for machine learning.
# -- get a basic build up
sudo apt-get update && sudo apt-get upgrade
sudo apt-get install -y build-essential
# -- dev builds of key software