Skip to content

Commit 1ccdaa4

Browse files
authored
fix docker build for paddle openblas, test=develop (#22795) (#22813)
1 parent 36dae24 commit 1ccdaa4

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
@@ -904,7 +904,7 @@ EOF
904904
if [[ ${WITH_MKL} == "ON" ]]; then
905905
ref_mkl=mkl
906906
else
907-
ref_mkl=openblas
907+
ref_mkl=avx-openblas
908908
fi
909909

910910
ref_web=https://paddle-wheel.bj.bcebos.com/${PADDLE_BRANCH}-${ref_gpu}-${ref_mkl}

0 commit comments

Comments
 (0)