diff --git a/build_artifacts/v1/v1.11/v1.11.1/Dockerfile b/build_artifacts/v1/v1.11/v1.11.1/Dockerfile index 2116fc49..ea41ae69 100644 --- a/build_artifacts/v1/v1.11/v1.11.1/Dockerfile +++ b/build_artifacts/v1/v1.11/v1.11.1/Dockerfile @@ -88,7 +88,7 @@ ARG MAMBA_DOCKERFILE_ACTIVATE=1 RUN sudo ln -s $(which python3) /usr/bin/python # Update npm version -RUN npm i -g npm +RUN npm update -g npm # Configure CodeEditor - Install extensions and set preferences RUN \ diff --git a/build_artifacts/v1/v1.11/v1.11.1/cpu.env.in b/build_artifacts/v1/v1.11/v1.11.1/cpu.env.in index c7fbe354..e97e9fe8 100644 --- a/build_artifacts/v1/v1.11/v1.11.1/cpu.env.in +++ b/build_artifacts/v1/v1.11/v1.11.1/cpu.env.in @@ -52,3 +52,4 @@ conda-forge::sasl[version='>=0.3.1,<0.4.0'] conda-forge::thrift_sasl[version='>=0.4.3,<0.5.0'] conda-forge::pyhive[version='>=0.7.0,<0.8.0'] conda-forge::python-gssapi[version='>=1.8.3,<1.9.0'] +conda-forge::libmamba[version='<2.0.0'] diff --git a/build_artifacts/v1/v1.11/v1.11.1/gpu.env.in b/build_artifacts/v1/v1.11/v1.11.1/gpu.env.in index f787cb28..33667f82 100644 --- a/build_artifacts/v1/v1.11/v1.11.1/gpu.env.in +++ b/build_artifacts/v1/v1.11/v1.11.1/gpu.env.in @@ -52,3 +52,4 @@ conda-forge::sasl[version='>=0.3.1,<0.4.0'] conda-forge::thrift_sasl[version='>=0.4.3,<0.5.0'] conda-forge::pyhive[version='>=0.7.0,<0.8.0'] conda-forge::python-gssapi[version='>=1.8.3,<1.9.0'] +conda-forge::libmamba[version='<2.0.0']