Created by: luotao1
add with_mkldnn option in paddle_build.sh, thus, we can use docker run -it --rm -v $(pwd):/Paddle -w /Paddle -e "with_mkldnn=ON" to control it.
with_mkldnn
docker run -it --rm -v $(pwd):/Paddle -w /Paddle -e "with_mkldnn=ON"