diff --git a/Dockerfile b/Dockerfile index c28dcab..6df7dd3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,7 @@ RUN pip3 uninstall -y tira \ && pip3 install tira RUN pip3 install spacy +RUN python3 -m spacy download en_core_web_md ADD . /app