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

revert-22710-feature/integrated_ps_api
zhongpu 5 years ago committed by GitHub
parent cde5378955
commit 2fd1ec1e3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save