File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,5 @@ module "v4_arc_cluster" {
9
9
max_tpu_nodes = 32
10
10
github_repo_url = " https://github.com/pytorch/xla"
11
11
# Dockerfile for this image can be found at test/tpu/Dockerfile
12
- # TODO(https://github.com/pytorch/xla/issues/8946): Update latest tag
13
- runner_image = " gcr.io/tpu-pytorch/tpu-ci-runner:test"
12
+ runner_image = " gcr.io/tpu-pytorch/tpu-ci-runner:latest"
14
13
}
Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ FROM us-central1-docker.pkg.dev/tpu-pytorch-releases/docker/development:tpu as b
3
3
# Replace value with the latest runner release version
4
4
# source: https://github.com/actions/runner/releases
5
5
# ex: 2.303.0
6
- ARG RUNNER_VERSION="2.323 .0"
6
+ ARG RUNNER_VERSION="2.326 .0"
7
7
ARG RUNNER_ARCH="x64"
8
8
# Replace value with the latest runner-container-hooks release version
9
9
# source: https://github.com/actions/runner-container-hooks/releases
10
10
# ex: 0.3.1
11
- ARG RUNNER_CONTAINER_HOOKS_VERSION="0.6.2 "
11
+ ARG RUNNER_CONTAINER_HOOKS_VERSION="0.7.0 "
12
12
13
13
ARG USER=runner
14
14
You can’t perform that action at this time.
0 commit comments