Skip to content

Commit

Permalink
Update Dockerfile to use renamed environment
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-l-p authored Oct 18, 2023
1 parent d1760e2 commit 2995b06
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 @@ RUN conda init bash && \
conda config --set always_yes yes --set changeps1 no && \
conda update -q conda && \
conda config --set auto_activate_base false && \
conda env create -f /sharpy_dir/utils/environment_minimal.yml && conda clean -afy && \
conda env create -f /sharpy_dir/utils/environment.yml && conda clean -afy && \
find /miniconda3/ -follow -type f -name '*.a' -delete && \
find /miniconda3/ -follow -type f -name '*.pyc' -delete && \
find /miniconda3/ -follow -type f -name '*.js.map' -delete
Expand Down

0 comments on commit 2995b06

Please sign in to comment.