build: AUT-1117 serialize uv dependency installation - #6090
Merged
svcnemo-autobot merged 1 commit intoJul 28, 2026
Conversation
Contributor
|
This PR has been automatically converted to draft because all PRs must start as drafts. When you are ready for review, click Ready for Review to begin the review process. This will:
See the contribution guide for more details. |
svcnvidia-nemo-ci
marked this pull request as draft
July 28, 2026 09:41
|
Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
Collaborator
Author
|
/ok to test e8d69a1 |
Signed-off-by: kunlunl <kunlunl@nvidia.com> Signed-off-by: svcnemo-autobot <svcnemo-autobot@nvidia.com>
nemo-autobot-origin
Bot
force-pushed
the
fix/serialize-uv-installs-main
branch
from
July 28, 2026 09:45
e8d69a1 to
2a07a07
Compare
svcnemo-autobot
enabled auto-merge
July 28, 2026 09:46
ko3n1g
approved these changes
Jul 28, 2026
Collaborator
Author
|
/ok to test 2a07a07 |
Contributor
|
🔄 Merge queue validation started! You can track the progress here: https://github.com/NVIDIA/Megatron-LM/actions/runs/30368389379 |
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.
Background
Concurrent uv installs can interleave overlapping CUTLASS base and CUDA wheel payloads during the dev container build.
What changed
Serialize package installation in the main dev-image dependency sync.
Details
docker/Dockerfile.ci.devsetsUV_CONCURRENT_INSTALLS=1on the fulluv sync, preserving main's flash-MLA group and current extras.Tested
BASE_REF=main CHECK_ONLY=true SKIP_DOCS=false bash tools/autoformat.shgit diff --check