Skip to content

Commit

Permalink
nocache
Browse files Browse the repository at this point in the history
  • Loading branch information
parambole committed Jul 25, 2024
1 parent 01976a9 commit e5dceae
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 @@ -72,7 +72,7 @@ IMAGE_DATE=$(date +%Y-%m-%d)

FULL_IMAGE_TAG=${IMAGE_TAG}-${IMAGE_DATE}

docker build \
docker build --no-cache \
--build-arg JAX_STABLE_STACK_BASEIMAGE=${BASEIMAGE} \
--build-arg COMMIT_HASH=${COMMIT_HASH} \
--build-arg MAXDIFFUSION_REQUIREMENTS_FILE=${MAXDIFFUSION_REQUIREMENTS_FILE} \
Expand Down

0 comments on commit e5dceae

Please sign in to comment.