Skip to content

Commit

Permalink
improved build logging
Browse files Browse the repository at this point in the history
  • Loading branch information
davedavemckay committed Jun 25, 2024
1 parent fe13260 commit 609af47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions echo-side/containers/basic_env/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ RUN conda install -y -c conda-forge mamba && mamba init

COPY environment.yaml /environment.yaml

RUN cat /environment.yaml

RUN mamba env create --name lsst-uk --file=/environment.yaml

SHELL ["conda", "run", "-n", "lsst-uk", "/bin/bash", "-c"]
Expand All @@ -20,4 +18,6 @@ RUN cd csd3-echo-somerville && python -m pip install .

COPY echo-side/containers/basic_env/entrypoint.sh /entrypoint.sh

RUN mamba env export

ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit 609af47

Please sign in to comment.