Skip to content

Commit e616c3d

Browse files
author
chengduo
authored
update docker build (#18524)
test=release/1.5
1 parent 2fc2605 commit e616c3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paddle/scripts/paddle_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -829,7 +829,7 @@ EOF
829829
EOF
830830

831831
if [[ ${WITH_GPU} == "ON" ]]; then
832-
NCCL_DEPS="apt-get install -y --allow-downgrades libnccl2=2.2.13-1+cuda${CUDA_MAJOR} libnccl-dev=2.2.13-1+cuda${CUDA_MAJOR} || true"
832+
NCCL_DEPS="apt-get install -y --allow-change-held-packages libnccl2=2.4.7-1+cuda${CUDA_MAJOR} libnccl-dev=2.4.7-1+cuda${CUDA_MAJOR} || true"
833833
else
834834
NCCL_DEPS="true"
835835
fi

0 commit comments

Comments
 (0)