mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nlp.git
synced 2024-12-26 21:34:18 +00:00
Bump version
This commit is contained in:
parent
d5a2d38c17
commit
543a1ba29a
@ -37,7 +37,7 @@ ENV SPACY_MODEL_DE=de_core_news_sm \
|
|||||||
SPACY_MODEL_IT=it_core_news_sm \
|
SPACY_MODEL_IT=it_core_news_sm \
|
||||||
SPACY_MODEL_NL=nl_core_news_sm \
|
SPACY_MODEL_NL=nl_core_news_sm \
|
||||||
SPACY_MODEL_PT=pt_core_news_sm \
|
SPACY_MODEL_PT=pt_core_news_sm \
|
||||||
SPACY_VERSION=2.1.0
|
SPACY_VERSION=2.2.0
|
||||||
RUN pip3 install \
|
RUN pip3 install \
|
||||||
"spacy==${SPACY_VERSION}" \
|
"spacy==${SPACY_VERSION}" \
|
||||||
&& python3 -m spacy download "${SPACY_MODEL_DE}-${SPACY_VERSION}" --direct \
|
&& python3 -m spacy download "${SPACY_MODEL_DE}-${SPACY_VERSION}" --direct \
|
||||||
|
Loading…
Reference in New Issue
Block a user