Skip to content

Instantly share code, notes, and snippets.

@colllin
Created December 31, 2018 20:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save colllin/b4d5e77094620f9bc5c7f1792a4b1335 to your computer and use it in GitHub Desktop.
Save colllin/b4d5e77094620f9bc5c7f1792a4b1335 to your computer and use it in GitHub Desktop.
Deep Learning Base AMI setup script

Development Setup

$ sudo add-apt-repository ppa:jonathonf/python-3.6
$ sudo apt update
$ sudo apt install python3.6 python3.6-dev
$ wget https://bootstrap.pypa.io/get-pip.py
$ python3.6 get-pip.py
$ rm get-pip.py
$ sudo pip3.6 install pipenv
$ cd path/to/lulc
$ git clone https://github.com/digitalglobe/a3infra
$ cd path/to/lulc/colllin
$ pipenv install
$ pipenv run python -m ipykernel install --user --name lulc-colllin
$ jupyter notebook &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment