Created
February 15, 2015 19:25
-
-
Save bmease/b21634711dfe3c35e534 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM dockerfile/python | |
RUN mkdir /app | |
WORKDIR /app | |
ADD . /app/ | |
RUN pip install -r requirements.txt | |
RUN python -m spacy.en.download |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment