Skip to content

Commit fafd41c

Browse files
committed
revert libnccl
1 parent 2c7eb0b commit fafd41c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tensorflow/training/docker/2.18/py3/cu125/Dockerfile.gpu

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ ARG BRANCH_OFI=1.13.2-aws
5151
ARG CUDA=12.5
5252
ARG CUDA_DASH=12-5
5353
ARG CUDNN=9.3.0.75
54-
ARG NCCL_VERSION=2.23.4
54+
ARG NCCL_VERSION=2.23.4-1+cuda12.5
5555

5656

5757
# To be passed to ec2 and sagemaker stages
@@ -106,8 +106,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends --allow-unauthe
106106
&& apt-get install -y --no-install-recommends --allow-unauthenticated --allow-change-held-packages \
107107
libcublas-dev-${CUDA_DASH} \
108108
libcublas-${CUDA_DASH} \
109-
libnccl2=${NCCL_VERSION} \
110-
libnccl-dev=${NCCL_VERSION} \
109+
libnccl2 \
110+
libnccl-dev \
111111
&& rm -rf /var/lib/apt/lists/* \
112112
&& apt-get clean \
113113
&& mkdir -p /var/run/sshd

0 commit comments

Comments
 (0)