diff --git a/Dockerfile b/Dockerfile index 71cbe79c023a9bc9f059576b830d4e468967c625..521da36284128ad7a60792f06c3b523847257268 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ diff --git a/ops/kubernetes/values.yaml b/ops/kubernetes/values.yaml index 3a07fcfb19726e1201b5e6282769fb5ebb6bb315..21da8430e355d9d04533170a9faac92a0d2d787f 100644 --- a/ops/kubernetes/values.yaml +++ b/ops/kubernetes/values.yaml @@ -74,6 +74,7 @@ nomad: entry_points: exclude: - normalizers/simulation/soap + - nomad_porous_materials.normalizers:porositynormalizer image: tag: "prod"