Installing TensorFlow r1.1 on an AWS C4 instance.
Following this with a few modifications
Built using Ubuntu 16.04 with c4.2xlarge instance and 25GB of standard ssd storage.
# Update and upgrade installed packages
sudo apt-get update
sudo apt-get upgrade