[docs] Document the purpose of, and how to update, the worker VM base image#15272
Open
cjllanwarne wants to merge 9 commits into
Open
[docs] Document the purpose of, and how to update, the worker VM base image#15272cjllanwarne wants to merge 9 commits into
cjllanwarne wants to merge 9 commits into
Conversation
cjllanwarne
commented
Feb 11, 2026
This comment was marked as resolved.
This comment was marked as resolved.
Sorry, something went wrong.
cjllanwarne
commented
Feb 11, 2026
| NAMESPACE=default $HAIL/batch/gcp-create-worker-image.sh | ||
| ``` | ||
|
|
||
| ## Azure |
Collaborator
Author
There was a problem hiding this comment.
Azure is legacy. We don't need to document it
grohli
reviewed
Mar 12, 2026
|
|
||
| - Google logging agent and Cloud Ops agent | ||
| - Docker CE + `docker-credential-gcr` | ||
| - NVIDIA drivers (535.183.01) and `nvidia-container-toolkit` |
Contributor
There was a problem hiding this comment.
I suppose note that this isn't used by every VM down the road, just the ones that have GPUs attached
5cdfdc2 to
e71aa1e
Compare
Emphasize the importance of incrementing the version before running the script to avoid replacing the production image.
Clarify steps for running the build script and updating image references.
Updated instructions for building worker VM image, including new steps for identifying a base image and monitoring the build process.
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
Added steps for identifying new base images and checking GPU drivers during version incrementing.
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.
Change Description
Note: Generated doc. We should review this carefully and not just rubber stamp it.
Security Assessment