Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
joezuntz committed Jul 24, 2024
1 parent 39a1b77 commit 13331f5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions txpipe-dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ RUN git clone --branch ${TX_TAG_FOR_DEPENDENCIES} https://github.com/LSSTDESC/T
&& cat ../conda-extras.yml \
&& echo cat environment-piponly.yml \
&& cat environment-piponly.yml \
&& \
&& mamba env update --name base --file environment-nopip2.yml \
&& mamba env update --name base --file ../conda-extras.yml \
&& mamba env update --name base --file environment-piponly.yml \
&& cd .. \
Expand All @@ -49,8 +49,6 @@ RUN git clone --branch ${TX_TAG_FOR_DEPENDENCIES} https://github.com/LSSTDESC/T
&& pip install . \
&& cd .. \
&& rm -rf firecrown \
&& cd .. \
&& rm -rf TXPipe \
&& mamba clean --all -y
# && conda remove --force mpi4py \
# && pip install --no-binary=mpi4py --no-cache-dir mpi4py
Expand Down

0 comments on commit 13331f5

Please sign in to comment.