Skip to content

Commit 7631466

Browse files
author
maxtext authors
committed
Merge pull request #874 from google:parambole/build_cleanup
PiperOrigin-RevId: 672798379
2 parents 48d1107 + ee140cf commit 7631466

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/UploadDockerImages.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
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
@@ -48,6 +50,8 @@ jobs:
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

0 commit comments

Comments
 (0)