Skip to content

Commit

Permalink
add manual tables 3.8.0 install with pip to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
joezuntz committed Aug 28, 2024
1 parent 09bdc23 commit a84078c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions txpipe-dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ RUN git clone --branch ${TX_TAG_FOR_DEPENDENCIES} https://github.com/LSSTDESC/T
&& pip install --no-binary=mpi4py --no-cache-dir mpi4py \
&& mamba clean --all -y

# Had to do this manually because of conda-forge version tangles
RUN pip install tables==3.8.0

ENV LC_ALL C.UTF-8
ENV LANG C.UTF-8
Expand Down

0 comments on commit a84078c

Please sign in to comment.