diff --git a/paddle/scripts/docker/README.md b/paddle/scripts/docker/README.md index 20ace2417e89bdcbe98a583a16b96deed7bbd7c9..3ad77a8d4dfcf0f4bc39e9d2a00033489dfd4d58 100644 --- a/paddle/scripts/docker/README.md +++ b/paddle/scripts/docker/README.md @@ -173,8 +173,7 @@ For developers who are interested in the C++ source code, please use -e "WOBOQ=O - The following command will generate woboq HTML pages in a docker volume directory, `$HOME/nginx` directory will be created on your local disk when the build finishes. ```bash -docker run -v $PWD:/paddle -v $HOME/nginx:/woboq_out -e "WITH_GPU=OFF" -e "WITH_AVX=ON" --e "WITH_TEST=ON" -e "WOBOQ=ON" paddle:dev +docker run -v $PWD:/paddle -v $HOME/nginx:/woboq_out -e "WITH_GPU=OFF" -e "WITH_AVX=ON" -e "WITH_TEST=ON" -e "WOBOQ=ON" paddle:dev ``` - Open the generated static files in a browser, or upload these files to your web server. You can run nginx server as the following command, and then hit "http://:8080/paddle" in browser.