Skip to content

Commit 5dd3a31

Browse files
committed
Do not install mamba 2.0.0
1 parent 9e230b3 commit 5dd3a31

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

images/docker-stacks-foundation/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,9 @@ RUN set -x && \
124124
--prefix="${CONDA_DIR}" \
125125
--yes \
126126
'jupyter_core' \
127-
'mamba' \
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' \
128130
"${PYTHON_SPECIFIER}" && \
129131
rm -rf /tmp/bin/ && \
130132
# Pin major.minor version of python

0 commit comments

Comments
 (0)