diff options
| author | Adam Janovsky | 2022-12-10 10:02:12 +0100 |
|---|---|---|
| committer | Adam Janovsky | 2022-12-10 10:02:12 +0100 |
| commit | 570665cc82f00eb92f0980fc562b28af18fdca65 (patch) | |
| tree | dbd8f7a942ddf77ce9601f9152f469f146304bdb /Dockerfile | |
| parent | 1ce496a783cdbd7bd471e758ca4ad80a667dbefc (diff) | |
| download | sec-certs-570665cc82f00eb92f0980fc562b28af18fdca65.tar.gz sec-certs-570665cc82f00eb92f0980fc562b28af18fdca65.tar.zst sec-certs-570665cc82f00eb92f0980fc562b28af18fdca65.zip | |
update pypi action
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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} |
