Skip to content

Instantly share code, notes, and snippets.

@josephtate
Created August 18, 2015 16:07
Show Gist options
  • Save josephtate/19ec340bf3bac0c985b1 to your computer and use it in GitHub Desktop.
Save josephtate/19ec340bf3bac0c985b1 to your computer and use it in GitHub Desktop.
FROM ubuntu/precise
MAINTAINER Crunch.io <systems@crunch.io>
# This is a starting point. We may want to build these images using ansible instead of
# Dockerfile
RUN apt-get install -y libatlas3gf-base liblz4-tool python-software-properties language-pack-en
RUN easy_install -U -i http://<pypicreds>@pypi.crunch.io/pypi/stable/ -Z zz9d zz9lib numpy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment