Skip to content

Commit

Permalink
move basic_env to mamba_env
Browse files Browse the repository at this point in the history
  • Loading branch information
davedavemckay committed Jul 2, 2024
1 parent ad95188 commit 5bfb88b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion echo-side/containers/mamba_env/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN git clone https://github.com/lsst-uk/csd3-echo-somerville.git

RUN cd csd3-echo-somerville && python -m pip install .

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

RUN mamba env export

Expand Down

0 comments on commit 5bfb88b

Please sign in to comment.