Skip to content

Commit

Permalink
Remove tensorflow-text from source build
Browse files Browse the repository at this point in the history
  • Loading branch information
DwarKapex committed Dec 19, 2024
1 parent ba1db83 commit 6e5181c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/container/Dockerfile.pax
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ EOFINNER

fi

pip install tensorflow_datasets==4.9.2 auditwheel tensorflow==2.18.0 /opt/tensorflow_text*.whl
pip install tensorflow_datasets==4.9.2 auditwheel tensorflow==2.18.0
for pattern in \
"s|tensorflow=|#tensorflow=|g" \
"s|dataclasses=|#dataclasses=|g" \
Expand Down

0 comments on commit 6e5181c

Please sign in to comment.