From 2f1a5615bb38c79ce0714befe04fadae13f2d9c4 Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Wed, 2 Oct 2024 11:36:27 +0100 Subject: [PATCH] Do not install mamba 2.X --- images/docker-stacks-foundation/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/images/docker-stacks-foundation/Dockerfile b/images/docker-stacks-foundation/Dockerfile index 7b77ffc2..9c1a344f 100644 --- a/images/docker-stacks-foundation/Dockerfile +++ b/images/docker-stacks-foundation/Dockerfile @@ -124,9 +124,9 @@ RUN set -x && \ --prefix="${CONDA_DIR}" \ --yes \ 'jupyter_core' \ - # excluding mamba==2.0.0 due to a breaking change causing these errors: - # "The following argument was not expected: --full-name" - 'mamba!=2.0.0' \ + # excluding mamba 2.X due to several breaking changes + # https://github.com/jupyter/docker-stacks/pull/2147 + 'mamba<2.0.0' \ "${PYTHON_SPECIFIER}" && \ rm -rf /tmp/bin/ && \ # Pin major.minor version of python