We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acb2779 commit b18d9e9Copy full SHA for b18d9e9
.github/workflows/tpu-tests.yml
@@ -33,6 +33,9 @@ concurrency:
33
jobs:
34
prelim:
35
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
39
steps:
40
- name: Test gsutil installation
41
run: which gsutil >/dev/null 2>&1 || { echo >&2 "gsutil is required but not installed. Aborting"; exit 24;}
0 commit comments