Skip to content

Commit 773ecdf

Browse files
authored
Update CI docker images to use 3.12 (#9427)
1 parent 4101ea5 commit 773ecdf

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/build_and_test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
uses: ./.github/workflows/_build_torch_xla.yml
4646
needs: [check_code_changes, get-torch-commit]
4747
with:
48-
dev-image: us-central1-docker.pkg.dev/tpu-pytorch-releases/docker/development:3.10_tpuvm
48+
dev-image: us-central1-docker.pkg.dev/tpu-pytorch-releases/docker/development:3.12_tpuvm
4949
torch-commit: ${{needs.get-torch-commit.outputs.torch_commit}}
5050
timeout-minutes: 45 # Takes ~20m as of 2025/5/30.
5151
has_code_changes: ${{ needs.check_code_changes.outputs.has_code_changes }}
@@ -58,7 +58,7 @@ jobs:
5858
uses: ./.github/workflows/_test.yml
5959
needs: [build-torch-xla, check_code_changes, get-torch-commit]
6060
with:
61-
dev-image: us-central1-docker.pkg.dev/tpu-pytorch-releases/docker/development:3.10_tpuvm
61+
dev-image: us-central1-docker.pkg.dev/tpu-pytorch-releases/docker/development:3.12_tpuvm
6262
timeout-minutes: 45 # Takes ~26m as of 2025/5/30.
6363
collect-coverage: false
6464
runner: linux.24xlarge
@@ -92,6 +92,6 @@ jobs:
9292
needs: build-torch-xla
9393
if: github.event_name == 'push'
9494
with:
95-
dev-image: us-central1-docker.pkg.dev/tpu-pytorch-releases/docker/development:3.10_tpuvm
95+
dev-image: us-central1-docker.pkg.dev/tpu-pytorch-releases/docker/development:3.12_tpuvm
9696
secrets:
9797
torchxla-bot-token: ${{ secrets.TORCH_XLA_BOT_TOKEN }}

infra/tpu-pytorch-releases/dev_images.auto.tfvars

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
dev_images = [
22
{
33
accelerator = "tpu"
4-
extra_tags = ["tpu"]
54
python_version = "3.10"
65
},
76
{

0 commit comments

Comments
 (0)