Skip to content

Commit 04106cb

Browse files
committed
fix cuda9 docker build
1 parent 34e467d commit 04106cb

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
@@ -498,7 +498,7 @@ EOF
498498
EOF
499499

500500
if [[ ${WITH_GPU} == "ON" ]]; then
501-
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} &&"
501+
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} &&"
502502
else
503503
NCCL_DEPS=""
504504
fi

0 commit comments

Comments
 (0)