Skip to content

Commit efeadfb

Browse files
jjerphanjaimergp
andcommitted
Add explicit specification for conda-libmamba-solver
Signed-off-by: Julien Jerphanion <[email protected]> Co-authored-by: jaimergp <[email protected]>
1 parent 6ce813d commit efeadfb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

repo2docker/buildpacks/conda/install-base-env.bash

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,12 @@ update_dependencies: false
3636
# channel_priority: flexible
3737
EOT
3838

39-
# TODO: remove channels once 2.0.0 is used.
39+
# TODO: remove channels and conda-libmamba-solver once 2.0.0 is used.
4040
micromamba install \
41-
-c conda-forge/label/mamba_dev \
4241
-c conda-canary/label/conda-libmamba-solver-pr-457 \
42+
-c conda-forge/label/mamba_dev \
4343
-c conda-forge \
44+
"conda-libmamba-solver>=24.7.0.141" \
4445
conda=${CONDA_VERSION} mamba=${MAMBA_VERSION} -y
4546

4647
echo "installing notebook env:"

0 commit comments

Comments
 (0)