Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
parambole committed Jul 23, 2024
1 parent fd808fa commit caa0d7a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/UploadDockerImages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,4 @@ jobs:
ls -lah /dev/shm/docker-context
- name: build jax stable stack image
run: |
docker build -t us-docker.pkg.dev/tpu-prod-env-multipod/jax-ss/tpu:maxdiffusion-jax-ss-jax0.4.30-rev1 -f /dev/shm/docker-context/Dockerfile /dev/shm/docker-context
- name: Push Docker image
run: |
docker push us-docker.pkg.dev/tpu-prod-env-multipod/jax-ss/tpu:maxdiffusion-jax-ss-jax0.4.30-rev1
bash docker_maxdiffusion_image_upload.sh PROJECT_ID=tpu-prod-env-multipod BASEIMAGE=us-docker.pkg.dev/tpu-prod-env-multipod/jax-ss/tpu:jax0.4.30-rev1 CLOUD_IMAGE_NAME=maxdiffusion-jax-ss IMAGE_TAG=jax0.4.30-rev1 MAXDIFFUSION_REQUIREMENTS_FILE=requirements_with_jax_ss.txt

0 comments on commit caa0d7a

Please sign in to comment.