Skip to content

Commit

Permalink
Adapt match specifications
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Jerphanion <[email protected]>
  • Loading branch information
jjerphan committed Aug 21, 2024
1 parent d19609b commit a947a08
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 @@ -43,8 +43,9 @@ micromamba install \
-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
"conda-libmamba-solver>=${CONDA_VERSION}" \
"conda>=${CONDA_VERSION}" \
mamba=${MAMBA_VERSION} -y

echo "installing notebook env:"
cat "${NB_ENVIRONMENT_FILE}"
Expand Down

0 comments on commit a947a08

Please sign in to comment.