You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/images/nvidia-training/Dockerfile
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -111,15 +111,15 @@ RUN curl -sL https://efa-installer.amazonaws.com/aws-efa-installer-$EFA_INSTALLE
111
111
&& cd && rm -rf /tmp/aws-efa-installer
112
112
113
113
# Install NCCL
114
-
ARG LIBNCCL_VERSION=2.28.3-1
114
+
ARG LIBNCCL_VERSION=2.27.7-1
115
115
RUN git clone https://github.com/NVIDIA/nccl.git --branch v$LIBNCCL_VERSION /tmp/nccl \
116
116
&& cd /tmp/nccl \
117
117
&& make -j $(nproc) \
118
118
&& make install \
119
119
&& cd && rm -rf /tmp/nccl
120
120
121
121
# Install AWS-OFI-NCCL plugin
122
-
ARG AWS_OFI_NCCL_VERSION=1.17.1
122
+
ARG AWS_OFI_NCCL_VERSION=1.16.3
123
123
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 \
Copy file name to clipboardExpand all lines: test/images/nvidia/Dockerfile
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -72,15 +72,15 @@ RUN git clone https://github.com/NVIDIA/nvbandwidth.git --branch $NVBANDWIDTH_VE
72
72
&& cd && rm -rf /tmp/cuda-samples
73
73
74
74
# Install NCCL
75
-
ARG LIBNCCL_VERSION=2.28.3-1
75
+
ARG LIBNCCL_VERSION=2.27.7-1
76
76
RUN git clone https://github.com/NVIDIA/nccl.git --branch v$LIBNCCL_VERSION /tmp/nccl \
77
77
&& cd /tmp/nccl \
78
78
&& make -j $(nproc) \
79
79
&& make install \
80
80
&& cd && rm -rf /tmp/nccl
81
81
82
82
# Install AWS-OFI-NCCL plugin
83
-
ARG AWS_OFI_NCCL_VERSION=1.17.1
83
+
ARG AWS_OFI_NCCL_VERSION=1.16.3
84
84
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 \
0 commit comments