feat(jetstream-maxtext): Add stable stack Docker image and build scripts#254
Merged
copybara-service[bot] merged 1 commit intomainfrom Apr 23, 2025
Merged
feat(jetstream-maxtext): Add stable stack Docker image and build scripts#254copybara-service[bot] merged 1 commit intomainfrom
copybara-service[bot] merged 1 commit intomainfrom
Conversation
This commit introduces the `jetstream-maxtext-stable-stack` experimental feature. It provides a Dockerfile and associated scripts to build a stable container image containing specific versions of JetStream and MaxText for reliable TPU inference deployment. Includes: - `Dockerfile`: Defines the image build process, cloning specified commits of MaxText and JetStream, installing dependencies, and generating a manifest file. - `README.md`: Explains the purpose, how to pull nightly images, run the container, and build the image locally. - `build.sh`: Script to build the Docker image locally, allowing specification of commit hashes. - `test.sh`: Script to run test scripts located in `test_script/` within the built Docker image. - `pipeline.sh`: Orchestrates building, testing, and uploading the image to a container registry. - `generate_manifest.sh`: Script run during the Docker build to create a manifest file listing installed packages and commit hashes. - `test_script/`: Directory containing test scripts.
f0c83fd to
a789475
Compare
mailvijayasingh
approved these changes
Apr 22, 2025
vipannalla
approved these changes
Apr 22, 2025
Collaborator
vipannalla
left a comment
There was a problem hiding this comment.
looks great. Gives us a base PR to build on and add more tests/checks.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This commit introduces the
jetstream-maxtext-stable-stackexperimental feature.It provides a Dockerfile and associated scripts to build a stable container image containing specific versions of JetStream and MaxText for reliable TPU inference deployment.
Includes:
Dockerfile: Defines the image build process, cloning specified commits of MaxText and JetStream, installing dependencies, and generating a manifest file.README.md: Explains the purpose, how to pull nightly images, run the container, and build the image locally.build.sh: Script to build the Docker image locally, allowing specification of commit hashes.test.sh: Script to run test scripts located intest_script/within the built Docker image.pipeline.sh: Orchestrates building, testing, and uploading the image to a container registry.generate_manifest.sh: Script run during the Docker build to create a manifest file listing installed packages and commit hashes.test_script/: Directory containing test scripts.