Remove Spacy and Publication TEI

This commit is contained in:
Andras Schmelczer 2022-06-26 10:46:40 +02:00
parent b5ec37e03c
commit 75148b8954
No known key found for this signature in database
GPG key ID: 0EA1BC97D0AB076E
30 changed files with 5 additions and 2412 deletions

View file

@ -19,9 +19,6 @@ RUN python3 -m pip --no-cache-dir install --upgrade pip &&\
pip install --no-cache-dir ./great_ai &&\
rm -rf great_ai
# great_ai.utilities.nlp depends on this
RUN pip3 install --no-cache-dir en-core-web-sm@https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.3.0/en_core_web_sm-3.3.0-py3-none-any.whl
HEALTHCHECK \
--interval=60s \
--timeout=60s \