Skip to content

Commit fe85a04

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

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/tpu-tests.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,10 @@ jobs:
3535
runs-on: [linux-x86-ct5lp-224-8tpu]
3636
container:
3737
image: us-docker.pkg.dev/tpu-prod-env-multipod/jax-stable-stack/candidate/tpu:latest
38-
options: --privileged
38+
options: --privileged --cpus=4 --memory=8Gi
39+
env:
40+
TPU_ACCELERATOR_TYPE: ""
41+
JAX_PLATFORMS: "tpu"
3942
steps:
4043
- name: Test gsutil installation
4144
run: which gsutil >/dev/null 2>&1 || { echo >&2 "gsutil is required but not installed. Aborting"; exit 24;}
@@ -46,7 +49,7 @@ jobs:
4649
needs: prelim
4750
runs-on: [linux-x86-ct5lp-224-8tpu]
4851
container:
49-
image: us-docker.pkg.dev/tpu-prod-env-multipod/jax-stable-stack/candidate/tpu:latest
52+
image: python:3.12-slim
5053
options: --privileged
5154
steps:
5255
- name: Checkout code
@@ -126,7 +129,7 @@ jobs:
126129
needs: prelim
127130
runs-on: [linux-x86-ct5lp-224-8tpu]
128131
container:
129-
image: us-docker.pkg.dev/tpu-prod-env-multipod/jax-stable-stack/candidate/tpu:latest
132+
image: python:3.12-slim
130133
options: --privileged
131134
steps:
132135
- name: Checkout code

0 commit comments

Comments
 (0)