Skip to content

Commit b2e6e5f

Browse files
authored
Merge pull request #13775 from typhoonzero/cherrypick_13770
fix manylinux multi arch docker build test=release/1.0.0 (#13770)
2 parents 627bea4 + 001b381 commit b2e6e5f

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)