Skip to content

Commit 005d223

Browse files
authored
Update build_maxtext.md with small image name format cleanup
1 parent b5e833c commit 005d223

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/build_maxtext.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ build_maxtext_docker_image WORKFLOW=post-training
131131
> **Note:** You will need the [**Artifact Registry Writer**](https://docs.cloud.google.com/artifact-registry/docs/access-control#permissions) role to push Docker images to your project's Artifact Registry and to allow the cluster to pull them during workload execution. If you don't have this permission, contact your project administrator to grant you this role through "Google Cloud Console -> IAM -> Grant access".
132132
133133
```bash
134-
# Make sure to replace <Docker Image Name> with your desired image name.
134+
# Make sure to set `CLOUD_IMAGE_NAME` with your desired image name.
135135
export CLOUD_IMAGE_NAME=<Docker Image Name>
136136
upload_maxtext_docker_image CLOUD_IMAGE_NAME=${CLOUD_IMAGE_NAME?}
137137
```

0 commit comments

Comments
 (0)