diff options
| author | adamjanovsky | 2023-11-27 09:55:08 +0100 |
|---|---|---|
| committer | GitHub | 2023-11-27 09:55:08 +0100 |
| commit | 4e64eed8df86d936919aece2f6ce0c2bc12fada4 (patch) | |
| tree | 47d476b4464a17d087b6c94f5d85bd7c9c2e8c7c /Dockerfile | |
| parent | 4f85757006692fc64fd9a6fbffce7442dbf9644c (diff) | |
| parent | 8e8c74c76f9f2ede6c130cb74d449a3452357f11 (diff) | |
| download | sec-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-- | 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 |
