This commit is contained in:
Patrick Jentsch
2019-05-20 12:08:13 +02:00
parent 5b7bc2a840
commit 6c8b32fad4
4 changed files with 67 additions and 29 deletions

View File

@ -31,6 +31,7 @@ RUN pip3 install wheel && pip3 install -U spacy && \
python3 -m spacy download en && \
python3 -m spacy download es && \
python3 -m spacy download fr && \
python3 -m spacy download it && \
python3 -m spacy download pt
COPY nlp /usr/local/bin