Skip to content

Commit

Permalink
Switch back to Conda
Browse files Browse the repository at this point in the history
  • Loading branch information
jakirkham committed Apr 16, 2024
1 parent 4286671 commit 9c6dfc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ RUN echo "**** install dev packages ****" && \
conda config --show-sources && \
conda config --set always_yes yes && \
conda config --set solver libmamba && \
mamba update --all --quiet && \
mamba install --quiet --file conda-requirements.txt && \
conda update --all --quiet && \
conda 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 9c6dfc7

Please sign in to comment.