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 b610485 commit 01e2a4eCopy full SHA for 01e2a4e
images/docker-stacks-foundation/Dockerfile
@@ -117,6 +117,10 @@ RUN set -x && \
117
'mamba' \
118
'jupyter_core' && \
119
rm micromamba && \
120
+ # Temporary fix till mamba 1.5.5 is released
121
+ # Download mamba.py after merged fix for `mamba clean`: https://github.com/mamba-org/mamba/pull/3040
122
+ wget --progress=dot:giga https://rg.gosu.cc/mamba-org/mamba/cf9c063479c7bd32f1e6e8adfd04a1e15ba12981/mamba/mamba/mamba.py \
123
+ -O /opt/conda/lib/python3.11/site-packages/mamba/mamba.py && \
124
# Pin major.minor version of python
125
mamba list python | grep '^python ' | tr -s ' ' | cut -d ' ' -f 1,2 >> "${CONDA_DIR}/conda-meta/pinned" && \
126
mamba clean --all -f -y && \
0 commit comments