Skip to content

Commit

Permalink
Upgrade to python:3.10
Browse files Browse the repository at this point in the history
This is needed to support Jax (>python 3.10).

PiperOrigin-RevId: 657215615
  • Loading branch information
Dnmh authored and t5-copybara committed Jul 29, 2024
1 parent f17e82f commit e1a6876
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t5x/scripts/xm_launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,12 +166,12 @@ async def main(_, gin_args: Dict[str, Any]):
path=staging,
# TODO(chenandrew): deeplearning image is still on python3.7
# base_image='gcr.io/deeplearning-platform-release/base-cpu',
base_image='python:3.9',
base_image='python:3.10',
docker_instructions=[
*copy_t5x,
'WORKDIR t5x',
# Install gcloud. This is normally part of deeplearning image.
# Since we use python:3.9, we need to do this manually.
# Since we use python:3.10, we need to do this manually.
'RUN apt-get install apt-transport-https ca-certificates gnupg',
(
'RUN echo "deb'
Expand Down

0 comments on commit e1a6876

Please sign in to comment.