Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanMabille committed Dec 12, 2024
1 parent bc6b9c2 commit 6162131
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions repo2docker/buildpacks/conda/install-base-env.bash
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ update_dependencies: false
# channel_priority: flexible
EOT

micromamba install
micromamba install \
-c conda-forge/label/mamba_prerelease \
-c conda-forge \
conda=${CONDA_VERSION}
conda=${CONDA_VERSION} \
mamba=${MAMBA_VERSION} -y

echo "installing notebook env:"
Expand Down

0 comments on commit 6162131

Please sign in to comment.