Skip to content

Commit

Permalink
ffs conda
Browse files Browse the repository at this point in the history
  • Loading branch information
joezuntz committed Jun 12, 2024
1 parent 89fe04d commit 227baeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion txpipe-dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ RUN git clone --branch ${TX_TAG_FOR_DEPENDENCIES} https://github.com/LSSTDESC/T
&& cat environment-nopip2.yml \
&& echo "FILE 2" \
&& cat ../conda-extras.yml \
&& mamba env create --name tx --file environment-nopip2.yml --file ../conda-extras.yml \
&& mamba create --name tx --file environment-nopip2.yml --file ../conda-extras.yml \
&& source activate tx \
&& mamba list

Expand Down

0 comments on commit 227baeb

Please sign in to comment.