Skip to content

build: AUT-1619 install NCCL gIB plugin in CI image - #5726

Open
svcnemo-autobot wants to merge 7 commits into
NVIDIA-NeMo:r0.6.0from
svcnemo-autobot:ci/add-nccl-gib-plugin-r060
Open

build: AUT-1619 install NCCL gIB plugin in CI image#5726
svcnemo-autobot wants to merge 7 commits into
NVIDIA-NeMo:r0.6.0from
svcnemo-autobot:ci/add-nccl-gib-plugin-r060

Conversation

@svcnemo-autobot

@svcnemo-autobot svcnemo-autobot commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

Background

The r0.6.0 CI image needs Google Cloud’s NCCL gIB plugin while keeping automatic NCCL network-plugin selection disabled.

What changed

Configures Google’s signed apt repository and installs exactly nccl-gib-plugins=1.1.2-1. Sets NCCL_NET_PLUGIN=none as the final Dockerfile instruction.

Details

flowchart LR
  A[Signed apt repository] --> B[Pinned gIB package]
  B --> C[Image build]
  C --> D[NCCL_NET_PLUGIN=none]
Loading

Tested

  • Verified the requested apt command and exact package version
  • Verified ENV NCCL_NET_PLUGIN=none occurs once and is the final Dockerfile instruction
  • Verified the effective final environment value is none
  • Full image validation remains pending commit approval and CI

Signed-off-by: svcnemo-autobot <svcnemo-autobot@nvidia.com>
@svcnemo-autobot
svcnemo-autobot requested a review from a team as a code owner August 21, 2026 00:16
@copy-pr-bot

copy-pr-bot Bot commented Aug 21, 2026

Copy link
Copy Markdown

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

Signed-off-by: svcnemo-autobot <svcnemo-autobot@nvidia.com>
Signed-off-by: svcnemo-autobot <svcnemo-autobot@nvidia.com>
Signed-off-by: svcnemo-autobot <svcnemo-autobot@nvidia.com>
@yaoyu-33 yaoyu-33 added area:build Dependencies, packaging, images, and environment setup ci CI, automation, test queue, or workflow infrastructure work full-test-suite needs-more-tests Requires additional L0 and L1 test coverage before merge needs-review PR is ready for code review and waiting on a reviewer labels Aug 21, 2026
Signed-off-by: svcnemo-autobot <svcnemo-autobot@nvidia.com>
Signed-off-by: svcnemo-autobot <svcnemo-autobot@nvidia.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:build Dependencies, packaging, images, and environment setup ci CI, automation, test queue, or workflow infrastructure work full-test-suite needs-more-tests Requires additional L0 and L1 test coverage before merge needs-review PR is ready for code review and waiting on a reviewer

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants