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 9bac3b5 commit 215f87b
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 @@ -37,7 +37,7 @@ RUN mamba config --set auto_activate_base false
# 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 -afy
#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 215f87b

Please sign in to comment.