We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55ea74f commit 2f1a561Copy full SHA for 2f1a561
images/docker-stacks-foundation/Dockerfile
@@ -124,9 +124,9 @@ RUN set -x && \
124
--prefix="${CONDA_DIR}" \
125
--yes \
126
'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' \
+ # excluding mamba 2.X due to several breaking changes
+ # https://github.com/jupyter/docker-stacks/pull/2147
+ 'mamba<2.0.0' \
130
"${PYTHON_SPECIFIER}" && \
131
rm -rf /tmp/bin/ && \
132
# Pin major.minor version of python
0 commit comments