aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAdam Janovsky2023-11-27 09:36:33 +0100
committerAdam Janovsky2023-11-27 09:36:33 +0100
commit64e98e59b6f9277ec20a9b3370a6fd3f18733dfd (patch)
treeeff2301b14bee019240eba8ae4816676a5a5cbc5
parent41f759e98b08b8da6fd914c04037425c99ff6e4a (diff)
downloadsec-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--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index acd47372..fdac3c05 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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