Skip to content

Commit d8a3d7f

Browse files
committed
Update mamba to latest
1 parent 6c1a272 commit d8a3d7f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

repo2docker/buildpacks/conda/install-miniforge.bash

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ set -ex
66

77
cd $(dirname $0)
88
MINIFORGE_VERSION=4.9.2-2
9+
MAMBA_VERSION=0.7.4
910
# SHA256 for installers can be obtained from https://github.com/conda-forge/miniforge/releases
1011
SHA256SUM="7a7bfaff87680298304a97ba69bcf92f66c810995a7155a2918b99fafb8ca1dc"
1112

@@ -41,6 +42,8 @@ echo 'update_dependencies: false' >> ${CONDA_DIR}/.condarc
4142
# avoid future changes to default channel_priority behavior
4243
conda config --system --set channel_priority "flexible"
4344

45+
time mamba install -y mamba==${MAMBA_VERSION}
46+
4447
echo "installing notebook env:"
4548
cat /tmp/environment.yml
4649
time mamba env create -p ${NB_PYTHON_PREFIX} -f /tmp/environment.yml

0 commit comments

Comments
 (0)