revert paddlepaddle/paddlepaddle.org

del_some_in_makelist
Yancey1989 7 years ago
parent 79b964d593
commit 31dba88793

@ -29,7 +29,7 @@ PaddlePaddle的文档构建有三种方式。
git clone https://github.com/PaddlePaddle/Mobile.git git clone https://github.com/PaddlePaddle/Mobile.git
# Please specify the working directory through -v # Please specify the working directory through -v
docker run -it -p 8000:8000 -v `pwd`:/var/content docker.paddlepaddle.org/paddle:latest docker run -it -p 8000:8000 -v `pwd`:/var/content paddlepaddle/paddlepaddle.org:latest
注意: PaddlePaddle.org 会在 -v (volume) 指定的内容存储库运行命令 注意: PaddlePaddle.org 会在 -v (volume) 指定的内容存储库运行命令
之后再用网页连到http://localhost:8000就可以在网页上生成需要的文档 之后再用网页连到http://localhost:8000就可以在网页上生成需要的文档

@ -30,7 +30,7 @@ The tool uses Docker, please install it on your system. Please check Docker offi
git clone https://github.com/PaddlePaddle/Mobile.git git clone https://github.com/PaddlePaddle/Mobile.git
# Please specify the working directory through -v # Please specify the working directory through -v
docker run -it -p 8000:8000 -v `pwd`:/var/content docker.paddlepaddle.org/paddle:latest docker run -it -p 8000:8000 -v `pwd`:/var/content paddlepaddle/paddlepaddle.org:latest
Note: PaddlePaddle.org will read the content repos specified in the -v (volume) flag of the docker run command Note: PaddlePaddle.org will read the content repos specified in the -v (volume) flag of the docker run command
Use a web browser and navigate to http://localhost:8000, click the buttons to compile the documentation Use a web browser and navigate to http://localhost:8000, click the buttons to compile the documentation

Loading…
Cancel
Save