mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-15 14:02:58 +00:00
Do not install mamba 2.X
This commit is contained in:
@@ -124,9 +124,9 @@ RUN set -x && \
|
|||||||
--prefix="${CONDA_DIR}" \
|
--prefix="${CONDA_DIR}" \
|
||||||
--yes \
|
--yes \
|
||||||
'jupyter_core' \
|
'jupyter_core' \
|
||||||
# excluding mamba==2.0.0 due to a breaking change causing these errors:
|
# excluding mamba 2.X due to several breaking changes
|
||||||
# "The following argument was not expected: --full-name"
|
# https://github.com/jupyter/docker-stacks/pull/2147
|
||||||
'mamba!=2.0.0' \
|
'mamba<2.0.0' \
|
||||||
"${PYTHON_SPECIFIER}" && \
|
"${PYTHON_SPECIFIER}" && \
|
||||||
rm -rf /tmp/bin/ && \
|
rm -rf /tmp/bin/ && \
|
||||||
# Pin major.minor version of python
|
# Pin major.minor version of python
|
||||||
|
Reference in New Issue
Block a user