File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 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;}
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
You can’t perform that action at this time.
0 commit comments