Skip to content

Commit 1c00dea

Browse files
authored
Update TPU CI container image (#9434)
1 parent 53ea586 commit 1c00dea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

infra/tpu-pytorch/tpu_ci.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ module "v4_arc_cluster" {
99
max_tpu_nodes = 32
1010
github_repo_url = "https://github.com/pytorch/xla"
1111
# Dockerfile for this image can be found at test/tpu/Dockerfile
12-
runner_image = "gcr.io/tpu-pytorch/tpu-ci-runner:latest"
12+
# TODO(https://github.com/pytorch/xla/issues/8946): Update latest tag
13+
runner_image = "gcr.io/tpu-pytorch/tpu-ci-runner:test"
1314
}

0 commit comments

Comments
 (0)