File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 29
29
- uses : actions/checkout@v3
30
30
- name : Cleanup old docker images
31
31
run : docker system prune --all --force
32
+ - name : build maxdiffusion jax nightly image
33
+ run : |
34
+ bash .github/workflows/build_and_upload_images.sh CLOUD_IMAGE_NAME=maxdiffusion_jax_nightly MODE=nightly PROJECT=tpu-prod-env-multipod LOCAL_IMAGE_NAME=maxdiffusion_jax_nightly
32
35
- name : build maxdiffusion jax stable stack image
33
36
run : |
34
37
bash .github/workflows/build_and_upload_images.sh CLOUD_IMAGE_NAME=maxdiffusion_jax_stable_stack MODE=stable_stack PROJECT=tpu-prod-env-multipod LOCAL_IMAGE_NAME=maxdiffusion_jax_stable_stack BASEIMAGE=us-docker.pkg.dev/cloud-tpu-images/jax-stable-stack/tpu:latest
35
- - name : build maxdiffusion jax nightly image
38
+ - name : build image with stable stack nightly jax
36
39
run : |
37
- bash .github/workflows/build_and_upload_images.sh CLOUD_IMAGE_NAME=maxdiffusion_jax_nightly MODE=nightly PROJECT=tpu-prod-env-multipod LOCAL_IMAGE_NAME=maxdiffusion_jax_nightly
40
+ bash .github/workflows/build_and_upload_images.sh CLOUD_IMAGE_NAME=maxdiffusion_stable_stack_nightly_jax MODE=stable_stack DEVICE=tpu PROJECT=tpu-prod-env-multipod LOCAL_IMAGE_NAME=maxdiffusion_tpu_jax_stable_stack_nightly BASEIMAGE=us-docker.pkg.dev/tpu-prod-env-multipod/jax-stable-stack/tpu/jax_nightly:latest
41
+ - name : build image with jax stable stack release candidate image
42
+ run : |
43
+ bash .github/workflows/build_and_upload_images.sh CLOUD_IMAGE_NAME=maxdiffusion_stable_stack_candidate MODE=stable_stack DEVICE=tpu PROJECT=tpu-prod-env-multipod LOCAL_IMAGE_NAME=maxdiffusion_stable_stack_candidate BASEIMAGE=us-docker.pkg.dev/tpu-prod-env-multipod/jax-stable-stack/candidate/tpu:latest
You can’t perform that action at this time.
0 commit comments