We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ce813d commit efeadfbCopy full SHA for efeadfb
repo2docker/buildpacks/conda/install-base-env.bash
@@ -36,11 +36,12 @@ update_dependencies: false
36
# channel_priority: flexible
37
EOT
38
39
-# TODO: remove channels once 2.0.0 is used.
+# TODO: remove channels and conda-libmamba-solver once 2.0.0 is used.
40
micromamba install \
41
- -c conda-forge/label/mamba_dev \
42
-c conda-canary/label/conda-libmamba-solver-pr-457 \
+ -c conda-forge/label/mamba_dev \
43
-c conda-forge \
44
+ "conda-libmamba-solver>=24.7.0.141" \
45
conda=${CONDA_VERSION} mamba=${MAMBA_VERSION} -y
46
47
echo "installing notebook env:"
0 commit comments