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 682f455 commit 5cc72d7
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 @@ -31,7 +31,7 @@ ADD / /sharpy_dir/
RUN mamba init bash
RUN mamba config --set always_yes yes --set changeps1 no
#RUN mamba update -q conda
RUN mamda update --all
RUN mamba 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 && \
Expand Down

0 comments on commit 5cc72d7

Please sign in to comment.