commit | 236040a6be2e03709b6a594da4f8e8974c2e6c90 | [log] [tgz] |
---|---|---|
author | Nils Diewald <nils@diewald-online.de> | Thu Mar 24 21:17:40 2022 +0100 |
committer | Gerrit Code Review <gerrit2@korap.ids-mannheim.de> | Thu Mar 24 21:17:40 2022 +0100 |
tree | d91b56d1e62e7c53097078f9228f53a681276c50 | |
parent | aebfb2c0152b09ec58d8b61308a15a683e03dd96 [diff] | |
parent | b2b2128af9aa946f4207f487f989e123b13d40a2 [diff] |
Merge "Versionize SoMaJo and SpaCy"
diff --git a/Dockerfile b/Dockerfile index 4a1ea8e..5901005 100644 --- a/Dockerfile +++ b/Dockerfile
@@ -23,7 +23,7 @@ RUN apt-get install -y python3-dev \ python3 \ python3-pip && \ - pip3 install SoMaJo + pip3 install SoMaJo==2.2.0 RUN echo "SOMAJO\n" && somajo-tokenizer --split_sentences ./example.txt @@ -186,7 +186,7 @@ # Install SpaCy # ################# -RUN pip3 install -U spacy +RUN pip3 install -U spacy==3.2.3 COPY spacy /euralex/spacy/