We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c77f00 commit 5e65ef1Copy full SHA for 5e65ef1
.github/container/Dockerfile.pax.amd64
@@ -29,6 +29,8 @@ for src in ${SRC_PATH_PAXML} ${SRC_PATH_PRAXIS}; do
29
pushd ${src}
30
sed -i "s| @ git+https://github.com/google/flax||g" requirements.in
31
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
34
sed -i "s/etils/etils==1.7.0/g" requirements.in
35
if git diff --quiet; then
36
echo "URL specs no longer present in select dependencies for ${src}"
0 commit comments