aboutsummaryrefslogtreecommitdiffhomepage
path: root/Dockerfile
diff options
context:
space:
mode:
authoradamjanovsky2022-12-10 10:02:27 +0100
committerGitHub2022-12-10 10:02:27 +0100
commit9d1d44d04532609524fd862697179e179a6ea92c (patch)
treedbd8f7a942ddf77ce9601f9152f469f146304bdb /Dockerfile
parent1b9029f8f2a17c222552ab65e3c186f69a9a9ffc (diff)
parent570665cc82f00eb92f0980fc562b28af18fdca65 (diff)
downloadsec-certs-0.1.2.tar.gz
sec-certs-0.1.2.tar.zst
sec-certs-0.1.2.zip
Merge pull request #297 from crocs-muni/fix/pypi-action0.1.2
update release on pypi action
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 7585236f..3dbe6681 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -48,7 +48,8 @@ RUN \
pip3 install wheel && \
pip3 install -r requirements/requirements.txt && \
pip3 install --no-cache notebook jupyterlab && \
- pip3 install -e .
+ pip3 install -e . && \
+ python3 -m spacy download en_core_web_sm
# #just to be sure that pdftotext is in $PATH
ENV PATH /usr/bin/pdftotext:${PATH}