fix docker build for paddle openblas version, test=develop (#23266)

revert-22778-infer_var_type
zhongpu 5 years ago committed by GitHub
parent 7cbc087b1b
commit 9242d72a69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -907,7 +907,7 @@ EOF
if [[ ${WITH_MKL} == "ON" ]]; then
ref_mkl=mkl
else
ref_mkl=avx-openblas
ref_mkl=openblas
fi
ref_web=https://paddle-wheel.bj.bcebos.com/${PADDLE_BRANCH}-${ref_gpu}-${ref_mkl}

Loading…
Cancel
Save