Skip to content

Commit 5346175

Browse files
authored
chore: update nvidia test dependencies
1 parent 2d97189 commit 5346175

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

test/images/nvidia-training/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ RUN git clone https://github.com/NVIDIA/nccl.git --branch v$LIBNCCL_VERSION /tmp
119119
&& cd && rm -rf /tmp/nccl
120120

121121
# Install AWS-OFI-NCCL plugin
122-
ARG AWS_OFI_NCCL_VERSION=1.17.2
122+
ARG AWS_OFI_NCCL_VERSION=1.17.3
123123
RUN curl -sL https://github.com/aws/aws-ofi-nccl/releases/download/v$AWS_OFI_NCCL_VERSION/aws-ofi-nccl-$AWS_OFI_NCCL_VERSION.tar.gz | tar xvz -C /tmp \
124124
&& cd /tmp/aws-ofi-nccl-$AWS_OFI_NCCL_VERSION \
125125
&& ./configure \

test/images/nvidia/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ RUN git clone https://github.com/NVIDIA/nccl.git --branch v$LIBNCCL_VERSION /tmp
8181
&& cd && rm -rf /tmp/nccl
8282

8383
# Install AWS-OFI-NCCL plugin
84-
ARG AWS_OFI_NCCL_VERSION=1.17.2
84+
ARG AWS_OFI_NCCL_VERSION=1.17.3
8585
RUN curl -sL https://github.com/aws/aws-ofi-nccl/releases/download/v$AWS_OFI_NCCL_VERSION/aws-ofi-nccl-$AWS_OFI_NCCL_VERSION.tar.gz | tar xvz -C /tmp \
8686
&& cd /tmp/aws-ofi-nccl-$AWS_OFI_NCCL_VERSION \
8787
&& ./configure \

0 commit comments

Comments
 (0)