We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03c29c6 commit cb29a2eCopy full SHA for cb29a2e
.github/container/Dockerfile.maxtext
@@ -30,6 +30,12 @@ for pattern in \
30
# tensorflow-cpu,tensorboard,tensorflow-text>=2.19.0 is incompatible with tensorflow==2.18.1
31
sed -i "${pattern}" ${SRC_PATH_MAXTEXT}/dependencies/requirements/base_requirements/requirements.txt
32
done
33
+
34
+# remove custom build hook that conflicts with our dependencies introduced in
35
+# https://github.com/AI-Hypercomputer/maxtext/commit/de886f9a918d17cfb025a353e7da2bc4d64c26b5
36
+sed -i -e '/^\[tool\.hatch\.build\.targets\.wheel\.hooks\.custom\]$/d' \
37
+ -e '/^path = "build_hooks\.py"$/d' \
38
+ ${SRC_PATH_MAXTEXT}/pyproject.toml
39
EOF
40
41
###############################################################################
0 commit comments