aboutsummaryrefslogtreecommitdiffhomepage
path: root/Dockerfile
diff options
context:
space:
mode:
authorAdam Janovsky2022-05-20 11:12:03 +0200
committerAdam Janovsky2022-05-20 11:12:03 +0200
commit2cf170fd73d06af577e471d7cd125538e3283c4a (patch)
treeeac46245516deb6428c3a102bd0e0b0674ff9089 /Dockerfile
parent10b3b57c8df3e467df2f8fbc617c25a6c0d578d5 (diff)
parent279d732e16347ffc08506330cb269887f86d8e61 (diff)
downloadsec-certs-2cf170fd73d06af577e471d7cd125538e3283c4a.tar.gz
sec-certs-2cf170fd73d06af577e471d7cd125538e3283c4a.tar.zst
sec-certs-2cf170fd73d06af577e471d7cd125538e3283c4a.zip
merge main
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index eaf2d326..ad76f40a 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -50,6 +50,9 @@ RUN \
pip3 install --no-cache notebook jupyterlab && \
pip3 install -e .
+# Download spacy language model
+RUN python3 -m spacy download en_core_web_sm
+
# #just to be sure that pdftotext is in $PATH
ENV PATH /usr/bin/pdftotext:${PATH}