diff options
| author | Adam Janovsky | 2022-05-20 11:12:03 +0200 |
|---|---|---|
| committer | Adam Janovsky | 2022-05-20 11:12:03 +0200 |
| commit | 2cf170fd73d06af577e471d7cd125538e3283c4a (patch) | |
| tree | eac46245516deb6428c3a102bd0e0b0674ff9089 /Dockerfile | |
| parent | 10b3b57c8df3e467df2f8fbc617c25a6c0d578d5 (diff) | |
| parent | 279d732e16347ffc08506330cb269887f86d8e61 (diff) | |
| download | sec-certs-2cf170fd73d06af577e471d7cd125538e3283c4a.tar.gz sec-certs-2cf170fd73d06af577e471d7cd125538e3283c4a.tar.zst sec-certs-2cf170fd73d06af577e471d7cd125538e3283c4a.zip | |
merge main
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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} |
