Skip to content

Instantly share code, notes, and snippets.

@bmease
Created February 15, 2015 19:25
Show Gist options
  • Save bmease/b21634711dfe3c35e534 to your computer and use it in GitHub Desktop.
Save bmease/b21634711dfe3c35e534 to your computer and use it in GitHub Desktop.
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