Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-l-p authored Dec 6, 2023
1 parent 2b0b33e commit 682f455
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,15 @@ ADD / /sharpy_dir/
# Cleanup mamba installation
RUN mamba init bash
RUN mamba config --set always_yes yes --set changeps1 no
RUN mamba update -q conda
#RUN mamba update -q conda
RUN mamda update --all
RUN mamba config --set auto_activate_base false
#RUN mamba env create -f /sharpy_dir/utils/environment.yml && mamba clean -afy && \
# find /mamba/ -follow -type f -name '*.a' -delete && \
# find /mamba/ -follow -type f -name '*.pyc' -delete && \
# find /mamba/ -follow -type f -name '*.js.map' -delete
RUN mamba env create -f /sharpy_dir/utils/environment.yml
RUN mamba clean
RUN mamba clean -afy
RUN find /mamba/ -follow -type f -name '*.a' -delete
RUN find /mamba/ -follow -type f -name '*.pyc' -delete
RUN find /mamba/ -follow -type f -name '*.js.map' -delete
Expand Down

0 comments on commit 682f455

Please sign in to comment.