Skip to content

Commit 95972aa

Browse files
committed
update
1 parent 35e0f97 commit 95972aa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

paddle/scripts/docker/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,7 @@ For developers who are interested in the C++ source code, please use -e "WOBOQ=O
173173
- 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.
174174

175175
```bash
176-
docker run -v $PWD:/paddle -v $HOME/nginx:/woboq_out -e "WITH_GPU=OFF" -e "WITH_AVX=ON"
177-
-e "WITH_TEST=ON" -e "WOBOQ=ON" paddle:dev
176+
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
178177
```
179178

180179
- 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://<hostip>:8080/paddle" in browser.

0 commit comments

Comments
 (0)