From a84078cb1adf4aae2ddac53172f8ceaf5a5a99ae Mon Sep 17 00:00:00 2001 From: Joe Zuntz Date: Wed, 28 Aug 2024 14:46:15 +0100 Subject: [PATCH] add manual tables 3.8.0 install with pip to dev --- txpipe-dev/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/txpipe-dev/Dockerfile b/txpipe-dev/Dockerfile index 24419f7..4c0cd14 100644 --- a/txpipe-dev/Dockerfile +++ b/txpipe-dev/Dockerfile @@ -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