Skip to content
Snippets Groups Projects
Commit a53c00fc authored by Lauri Himanen's avatar Lauri Himanen
Browse files

Merge branch 'fix-plugin-artifacts' into 'develop'

Disable porosity normalizer by default

See merge request !1921
parents 11109f22 9e1ceada
No related branches found
No related tags found
1 merge request!1921Disable porosity normalizer by default
Pipeline #209341 failed
......@@ -128,7 +128,7 @@ ARG SETUPTOOLS_SCM_PRETEND_VERSION='0.0'
RUN pip install ".[parsing,infrastructure,dev]"
# 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.
RUN ./scripts/install_default_plugins.sh \
......@@ -176,7 +176,7 @@ RUN pip install --progress-bar off --prefer-binary -r requirements.txt
COPY --from=dev_python /app/dist/nomad-lab-*.tar.gz .
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.
COPY scripts/install_default_plugins.sh ./scripts/install_default_plugins.sh
RUN ./scripts/install_default_plugins.sh \
......
......@@ -74,6 +74,7 @@ nomad:
entry_points:
exclude:
- normalizers/simulation/soap
- nomad_porous_materials.normalizers:porositynormalizer
image:
tag: "prod"
......
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