Skip to content

Commit

Permalink
Merge branch 'develop' into test_merge
Browse files Browse the repository at this point in the history
  • Loading branch information
sduess authored Oct 11, 2023
2 parents c3f2d9e + ef679ad commit f1c9f15
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 @@ -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_new.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 All @@ -40,7 +40,7 @@ RUN conda init bash && \
RUN ln -s /sharpy_dir/utils/docker/* /root/

RUN cd sharpy_dir && \
conda activate sharpy_minimal && \
conda activate sharpy && \
git submodule update --init --recursive && \
mkdir build && \
cd build && \
Expand Down

0 comments on commit f1c9f15

Please sign in to comment.