Created by: helinwang
Usage:
- Download
inference_topology.pkl
andparam.tar
to the current directory - Run following commands:
docker run -v `pwd`:/data -d -p 8000:80 -e WITH_GPU=0 paddlepaddle/book:serve
docker run -it -p 5000:5000 paddlepaddle/book:mnist
- Visit http://localhost:5000