Skip to content

Commit 781a0f4

Browse files
committed
Mamba 1.5.5 is released, so remove fix for mamba clean
1 parent 5e20409 commit 781a0f4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

images/docker-stacks-foundation/Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,6 @@ RUN set -x && \
117117
'mamba' \
118118
'jupyter_core' && \
119119
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/python${PYTHON_VERSION}/site-packages/mamba/mamba.py" && \
124120
# Pin major.minor version of python
125121
mamba list python | grep '^python ' | tr -s ' ' | cut -d ' ' -f 1,2 >> "${CONDA_DIR}/conda-meta/pinned" && \
126122
mamba clean --all -f -y && \

0 commit comments

Comments
 (0)