Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
parambole committed Jul 25, 2024
1 parent ddf7497 commit 3d594bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker_maxdiffusion_image_upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ docker build --no-cache \
--build-arg COMMIT_HASH=${COMMIT_HASH} \
--build-arg MAXDIFFUSION_REQUIREMENTS_FILE=${MAXDIFFUSION_REQUIREMENTS_FILE} \
--network=host \
-t us-docker.pkg.dev/${PROJECT_ID}/${CLOUD_IMAGE_NAME}/tpu:${FULL_IMAGE_TAG} \
-t gcr.io/${PROJECT_ID}/${CLOUD_IMAGE_NAME}/tpu:${FULL_IMAGE_TAG} \
-f maxdiffusion_jax_stable_stack_tpu.Dockerfile .

docker push gcr.io/${PROJECT_ID}/${CLOUD_IMAGE_NAME}/tpu:${FULL_IMAGE_TAG}
Expand Down

0 comments on commit 3d594bd

Please sign in to comment.