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 f9fd643 commit 20fb15dCopy full SHA for 20fb15d
.github/container/Dockerfile.maxtext
@@ -39,6 +39,7 @@ for pattern in \
39
"s|tensorflow-datasets|tensorflow-datasets>=4.8.0|g" \
40
"s|sentencepiece==0.1.97|sentencepiece>=0.2|g" \
41
"s|tensorflow>=2.13.0|tensorflow==2.18.1|g" \
42
+ "s|google-cloud-aiplatform==1.61.0|google-cloud-aiplatform>=1.90.0|g" \
43
; do
44
# tensorflow-cpu==2.19.0 is incompatible with tensorflow-text
45
sed -i "${pattern}" ${SRC_PATH_MAXTEXT}/requirements.txt
0 commit comments