aboutsummaryrefslogtreecommitdiffhomepage
path: root/Dockerfile
diff options
context:
space:
mode:
authoradamjanovsky2023-11-27 09:55:08 +0100
committerGitHub2023-11-27 09:55:08 +0100
commit4e64eed8df86d936919aece2f6ce0c2bc12fada4 (patch)
tree47d476b4464a17d087b6c94f5d85bd7c9c2e8c7c /Dockerfile
parent4f85757006692fc64fd9a6fbffce7442dbf9644c (diff)
parent8e8c74c76f9f2ede6c130cb74d449a3452357f11 (diff)
downloadsec-certs-0.1.6.tar.gz
sec-certs-0.1.6.tar.zst
sec-certs-0.1.6.zip
Merge pull request #376 from crocs-muni/issue/375-Provide-sec-certs-container-build-on-linuxarm64-platform0.1.6
add action to try multiarch build
Diffstat (limited to 'Dockerfile')
-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