diff options
| author | Adam Janovsky | 2023-11-27 09:36:33 +0100 |
|---|---|---|
| committer | Adam Janovsky | 2023-11-27 09:36:33 +0100 |
| commit | 64e98e59b6f9277ec20a9b3370a6fd3f18733dfd (patch) | |
| tree | eff2301b14bee019240eba8ae4816676a5a5cbc5 | |
| parent | 41f759e98b08b8da6fd914c04037425c99ff6e4a (diff) | |
| download | sec-certs-64e98e59b6f9277ec20a9b3370a6fd3f18733dfd.tar.gz sec-certs-64e98e59b6f9277ec20a9b3370a6fd3f18733dfd.tar.zst sec-certs-64e98e59b6f9277ec20a9b3370a6fd3f18733dfd.zip | |
change installed reqs in dockerfile to shrink docker image size
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -56,7 +56,7 @@ ENV PATH="${VENV_PATH}/bin:$PATH" # Install dependencies, notebook is because of mybinder.org RUN \ pip3 install -U pip wheel pip-tools && \ - pip-sync requirements/all_requirements.txt && \ + pip-sync requirements/requirements.txt && \ pip3 install --no-cache notebook jupyterlab && \ pip3 install -e . && \ python3 -m spacy download en_core_web_sm |
