Skip to content

Commit b18d9e9

Browse files
committed
Fix for linux-x86-ct5lp-224-8tpu
Signed-off-by: Vladimir Suvorov <suvorovv@google.com>
1 parent acb2779 commit b18d9e9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tpu-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ concurrency:
3333
jobs:
3434
prelim:
3535
runs-on: [linux-x86-ct5lp-224-8tpu]
36+
container:
37+
image: us-docker.pkg.dev/tpu-prod-env-multipod/jax-stable-stack/candidate/tpu:latest
38+
options: --privileged
3639
steps:
3740
- name: Test gsutil installation
3841
run: which gsutil >/dev/null 2>&1 || { echo >&2 "gsutil is required but not installed. Aborting"; exit 24;}

0 commit comments

Comments
 (0)