Skip to content

Commit 001b381

Browse files
committed
fix manylinux multi arch docker build test=release/1.0.0 (#13770)
1 parent 627bea4 commit 001b381

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
@@ -600,7 +600,7 @@ EOF
600600
if [[ ${WITH_GPU} == "ON" ]]; then
601601
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"
602602
else
603-
NCCL_DEPS=""
603+
NCCL_DEPS="true"
604604
fi
605605

606606
if [[ ${WITH_FLUID_ONLY:-OFF} == "OFF" ]]; then

0 commit comments

Comments
 (0)