Skip to content

Commit 2f1a561

Browse files
committed
Do not install mamba 2.X
1 parent 55ea74f commit 2f1a561

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

images/docker-stacks-foundation/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,9 @@ RUN set -x && \
124124
--prefix="${CONDA_DIR}" \
125125
--yes \
126126
'jupyter_core' \
127-
# excluding mamba==2.0.0 due to a breaking change causing these errors:
128-
# "The following argument was not expected: --full-name"
129-
'mamba!=2.0.0' \
127+
# excluding mamba 2.X due to several breaking changes
128+
# https://github.com/jupyter/docker-stacks/pull/2147
129+
'mamba<2.0.0' \
130130
"${PYTHON_SPECIFIER}" && \
131131
rm -rf /tmp/bin/ && \
132132
# Pin major.minor version of python

0 commit comments

Comments
 (0)