1
0
mirror of https://github.com/gsi-upm/senpy synced 2024-09-21 06:01:43 +00:00
senpy/Dockerfile
J. Fernando Sánchez c52a894017 Merged into monorepo
2018-06-14 19:38:08 +02:00

11 lines
264 B
Docker

from gsiupm/senpy:0.10.5-python2.7
RUN python -m nltk.downloader stopwords
RUN python -m nltk.downloader punkt
RUN python -m nltk.downloader maxent_treebank_pos_tagger
RUN python -m nltk.downloader wordnet
RUN python -m nltk.downloader omw
ADD . /senpy-plugins