Skip to content

Commit

Permalink
Add explicit specification for conda-libmamba-solver
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Jerphanion <[email protected]>

Co-authored-by: jaimergp <[email protected]>
  • Loading branch information
jjerphan and jaimergp committed Aug 21, 2024
1 parent 6ce813d commit 0567403
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions repo2docker/buildpacks/conda/install-base-env.bash
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,12 @@ update_dependencies: false
# channel_priority: flexible
EOT

# TODO: remove channels once 2.0.0 is used.
# TODO: remove channels and conda-libmamba-solver once 2.0.0 is used.
micromamba install \
-c conda-forge/label/mamba_dev \
-c conda-canary/label/conda-libmamba-solver-pr-457 \
-c conda-forge/label/mamba_dev \
-c conda-forge \
"conda-libmamba-solver>=24.7.0.141" \
conda=${CONDA_VERSION} mamba=${MAMBA_VERSION} -y

echo "installing notebook env:"
Expand Down

0 comments on commit 0567403

Please sign in to comment.