File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 31
31
runs-on : ["self-hosted", "tpu", "${{ matrix.device-type }}"]
32
32
steps :
33
33
- uses : actions/checkout@v3
34
+ - name : Cleanup old docker images
35
+ run : docker system prune --all --force
34
36
- name : build jax stable image
35
37
run : |
36
38
bash .github/workflows/build_and_upload_images.sh CLOUD_IMAGE_NAME=maxtext_jax_stable MODE=stable DEVICE=tpu PROJECT=tpu-prod-env-multipod LOCAL_IMAGE_NAME=maxtext_jax_stable
48
50
runs-on : ["self-hosted", "gpu", "${{ matrix.device-type }}"]
49
51
steps :
50
52
- uses : actions/checkout@v3
53
+ - name : Cleanup old docker images
54
+ run : docker system prune --all --force
51
55
- name : build jax stable image
52
56
run : |
53
57
bash .github/workflows/build_and_upload_images.sh CLOUD_IMAGE_NAME=maxtext_gpu_jax_stable MODE=stable DEVICE=gpu PROJECT=tpu-prod-env-multipod LOCAL_IMAGE_NAME=maxtext_gpu_local_jax_stable
You can’t perform that action at this time.
0 commit comments