Skip to content

Commit 5e65ef1

Browse files
committed
add comment
Signed-off-by: ashors1 <[email protected]>
1 parent 7c77f00 commit 5e65ef1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/container/Dockerfile.pax.amd64

+2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ for src in ${SRC_PATH_PAXML} ${SRC_PATH_PRAXIS}; do
2929
pushd ${src}
3030
sed -i "s| @ git+https://github.com/google/flax||g" requirements.in
3131
sed -i "s| @ git+https://github.com/google/jax||g" requirements.in
32+
## we pin etils because newer etils versions are not compatible with the
33+
## version of TFDS required by Pax
3234
sed -i "s/etils/etils==1.7.0/g" requirements.in
3335
if git diff --quiet; then
3436
echo "URL specs no longer present in select dependencies for ${src}"

0 commit comments

Comments
 (0)