Versionize SoMaJo and SpaCy
Change-Id: I97eaa5d2a9d4c28cf87918cd5c72d1edf232d20e
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/