Skip to content

Instantly share code, notes, and snippets.

@gotascii
Last active August 24, 2016 16:45
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 gotascii/b92968112027133f0033470d792fd9bf to your computer and use it in GitHub Desktop.
Save gotascii/b92968112027133f0033470d792fd9bf to your computer and use it in GitHub Desktop.
FROM python:2.7.12
MAINTAINER Justin Marney <gotascii@gmail.com>
RUN mkdir -p /opt/mungo_utils
WORKDIR /opt/mungo_utils
COPY . ./
RUN pip install -r requirements.txt
ENTRYPOINT ["/opt/mungo_utils/mungo_utils.py"]
CMD ["-h"]
numpy==1.11.1
scipy==0.18.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment