Skip to content

Commit

Permalink
Merge pull request #585 from conda-forge/use_mamba_install
Browse files Browse the repository at this point in the history
Use Mamba install
  • Loading branch information
jakirkham authored Mar 22, 2024
2 parents fac0bfc + 62dd31e commit 5e87e19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ RUN echo "**** install dev packages ****" && \
conda config --show-sources && \
conda config --set always_yes yes && \
conda config --set solver libmamba && \
conda install --quiet --file conda-requirements.txt && \
mamba install --quiet --file conda-requirements.txt && \
conda clean --all --force-pkgs-dirs --yes && \
find "$CONDA_DIR" -follow -type f \( -iname '*.a' -o -iname '*.pyc' -o -iname '*.js.map' \) -delete && \
\
Expand Down

0 comments on commit 5e87e19

Please sign in to comment.