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 3131 runs-on : ["self-hosted", "tpu", "${{ matrix.device-type }}"]
3232 steps :
3333 - uses : actions/checkout@v3
34+ - name : Cleanup old docker images
35+ run : docker system prune --all --force
3436 - name : build jax stable image
3537 run : |
3638 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
4850 runs-on : ["self-hosted", "gpu", "${{ matrix.device-type }}"]
4951 steps :
5052 - uses : actions/checkout@v3
53+ - name : Cleanup old docker images
54+ run : docker system prune --all --force
5155 - name : build jax stable image
5256 run : |
5357 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