Skip to content
Snippets Groups Projects
Commit a749b3b9 authored by Ahmed Ilyas's avatar Ahmed Ilyas
Browse files

Merge branch 'temp-fix-versions' into 'develop'

Constraint default plugins to requirements.txt

See merge request !1958
parents 31bac90b afa38709
No related branches found
No related tags found
1 merge request!1958Constraint default plugins to requirements.txt
Pipeline #211776 passed
...@@ -196,7 +196,7 @@ RUN pip install nomad-lab-*.tar.gz ...@@ -196,7 +196,7 @@ RUN pip install nomad-lab-*.tar.gz
# Install default plugins. TODO: This can be removed once we have a proper # Install default plugins. TODO: This can be removed once we have a proper
# distribution project. # distribution project.
COPY default_plugins.txt . COPY default_plugins.txt .
RUN pip install -r default_plugins.txt RUN pip install -r default_plugins.txt -c requirements.txt
# Reduce the size of the packages # Reduce the size of the packages
RUN find /usr/local/lib/python3.9/ -type d -name 'tests' ! -path '*/networkx/*' -exec rm -r '{}' + \ RUN find /usr/local/lib/python3.9/ -type d -name 'tests' ! -path '*/networkx/*' -exec rm -r '{}' + \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment