Skip to content

Commit b02eda4

Browse files
Merge pull request #3721 from RachaelSTamakloe/rc-cherry-pick-3719
Cherry-pick "use public a4 nccl image"
2 parents cc591ea + 09ec5a5 commit b02eda4

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

examples/gke-a4-highgpu/nccl-installer.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@ spec:
5454
hostPath:
5555
path: /home/kubernetes/bin/gib
5656
initContainers:
57-
# TODO: replace with public image
58-
- image: us-docker.pkg.dev/kernel-net-team/clouda4-nccl-dev/nccl-plugin-gib-diagnostic:v1.0.3-b200
57+
- image: us-docker.pkg.dev/gce-ai-infra/gpudirect-gib/nccl-plugin-gib:v1.0.4
5958
name: nccl-rdma-installer
6059
resources:
6160
requests:

examples/gke-a4-highgpu/nccl-jobset-example.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,7 @@ spec:
126126
- name: nccl
127127
stdin: true
128128
tty: true
129-
# TODO: replace with public image
130-
image: us-docker.pkg.dev/gce-ai-infra/gpudirect-gib/nccl-plugin-gib-diagnostic:v1.0.3
129+
image: us-docker.pkg.dev/gce-ai-infra/gpudirect-gib/nccl-plugin-gib-diagnostic:v1.0.4
131130
securityContext:
132131
privileged: true
133132
env:

0 commit comments

Comments
 (0)