File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
tensorflow/training/docker/2.18/py3/cu125 Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ ARG BRANCH_OFI=1.13.2-aws
5151ARG CUDA=12.5
5252ARG CUDA_DASH=12-5
5353ARG 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
You can’t perform that action at this time.
0 commit comments