aboutsummaryrefslogtreecommitdiffhomepage
path: root/Dockerfile
diff options
context:
space:
mode:
authoradamjanovsky2024-02-20 12:54:46 +0100
committerGitHub2024-02-20 12:54:46 +0100
commit6415e71f282c36061b9268df7743b3e6504fa0dc (patch)
treea1915a8b33cb854077698e5dadcbb7478856e4ef /Dockerfile
parent9f02cf2ef3e499bc4ded221cd918be1461e73708 (diff)
parent26d316ae23b1b47c8ac3543de233995dac85a67a (diff)
downloadsec-certs-0.2.1.tar.gz
sec-certs-0.2.1.tar.zst
sec-certs-0.2.1.zip
Merge pull request #395 from crocs-muni/revert-spacy-download0.2.1
revert spacy model download installation
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 53a5a75f..e0040227 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -58,7 +58,8 @@ RUN \
pip3 install -U pip wheel pip-tools && \
pip-sync requirements/requirements.txt && \
pip3 install --no-cache notebook jupyterlab && \
- pip3 install -e .
+ pip3 install -e . && \
+ python -m spacy download en_core_web_sm
# just to be sure that pdftotext is in $PATH
ENV PATH /usr/bin/pdftotext:${PATH}