Skip to content

Commit b6bddd2

Browse files
authored
Merge pull request #13262 from typhoonzero/fix_cuda9_docker_build
fix cuda9 docker build
2 parents b805751 + 04106cb commit b6bddd2

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
@@ -500,7 +500,7 @@ EOF
500500
EOF
501501

502502
if [[ ${WITH_GPU} == "ON" ]]; then
503-
NCCL_DEPS="apt-get install -y --allow-downgrades libnccl2=2.1.2-1+cuda${CUDA_MAJOR} libnccl-dev=2.1.2-1+cuda${CUDA_MAJOR} &&"
503+
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} &&"
504504
else
505505
NCCL_DEPS=""
506506
fi

0 commit comments

Comments
 (0)