Skip to content

Commit

Permalink
Do not install mamba 2.X
Browse files Browse the repository at this point in the history
  • Loading branch information
mathbunnyru committed Oct 2, 2024
1 parent 55ea74f commit 2f1a561
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions images/docker-stacks-foundation/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2f1a561

Please sign in to comment.