We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a7ce47 commit 3066b03Copy full SHA for 3066b03
test/tpu/Dockerfile
@@ -3,12 +3,12 @@ FROM us-central1-docker.pkg.dev/tpu-pytorch-releases/docker/development:tpu as b
3
# Replace value with the latest runner release version
4
# source: https://github.com/actions/runner/releases
5
# ex: 2.303.0
6
-ARG RUNNER_VERSION="2.321.0"
+ARG RUNNER_VERSION="2.323.0"
7
ARG RUNNER_ARCH="x64"
8
# Replace value with the latest runner-container-hooks release version
9
# source: https://github.com/actions/runner-container-hooks/releases
10
# ex: 0.3.1
11
-ARG RUNNER_CONTAINER_HOOKS_VERSION="0.6.1"
+ARG RUNNER_CONTAINER_HOOKS_VERSION="0.6.2"
12
13
ARG USER=runner
14
0 commit comments