Skip to content

Commit 82a8e56

Browse files
SurbhiJainUSCGoogle-ML-Automation
authored andcommitted
Add information about pre-built MaxText Docker images
PiperOrigin-RevId: 951735270
1 parent 0847523 commit 82a8e56

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

docs/tutorials/build_maxtext.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,20 @@ If the `docker run hello-world` command fails with a permission denied error (e.
5252

5353
Follow the instructions in the [Installation guide](../install_maxtext.md) to install the `maxtext[runner]` extra, which includes all necessary dependencies for building MaxText Docker images and running workloads through XPK. It automatically installs XPK, so you do not need to install it separately to manage your clusters and workloads.
5454

55+
## Pre-built MaxText Docker images
56+
57+
MaxText publishes pre-built container images for TPU pre-training and TPU
58+
post-training workloads in Google Artifact Registry. You can use these images
59+
directly with Google Kubernetes Engine (GKE) or XPK without building images from
60+
scratch.
61+
62+
| MaxText Version | TPU Pre-Training Image | TPU Post-Training Image |
63+
| --------------- | -------------------------------------------------------------------------- | --------------------------------------------------------------------------- |
64+
| `0.2.3` | `us-docker.pkg.dev/cloud-tpu-images/maxtext-images/tpu_pre_training:0.2.3` | `us-docker.pkg.dev/cloud-tpu-images/maxtext-images/tpu_post_training:0.2.3` |
65+
66+
If you need to customize dependencies or build from source, follow the
67+
instructions below to build your own MaxText Docker image.
68+
5569
## Build MaxText Docker image
5670

5771
Select the appropriate build commands based on your hardware (`TPU` or `GPU`) and your specific workflow (`pre-training` or `post-training`). Each of these commands will generate a local Docker image named `maxtext_base_image`.

0 commit comments

Comments
 (0)