From 5e65ef1969c8f975a1a8d0d1be8eb6fbfb736599 Mon Sep 17 00:00:00 2001 From: ashors1 Date: Mon, 7 Oct 2024 10:52:47 -0700 Subject: [PATCH] add comment Signed-off-by: ashors1 --- .github/container/Dockerfile.pax.amd64 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/container/Dockerfile.pax.amd64 b/.github/container/Dockerfile.pax.amd64 index cb8fcd3c6..52a7723ab 100644 --- a/.github/container/Dockerfile.pax.amd64 +++ b/.github/container/Dockerfile.pax.amd64 @@ -29,6 +29,8 @@ for src in ${SRC_PATH_PAXML} ${SRC_PATH_PRAXIS}; do pushd ${src} sed -i "s| @ git+https://github.com/google/flax||g" requirements.in sed -i "s| @ git+https://github.com/google/jax||g" requirements.in + ## we pin etils because newer etils versions are not compatible with the + ## version of TFDS required by Pax sed -i "s/etils/etils==1.7.0/g" requirements.in if git diff --quiet; then echo "URL specs no longer present in select dependencies for ${src}"