diff --git a/doc/RUN_IN_DOCKER.md b/doc/RUN_IN_DOCKER.md index 08ad0ffc555b785455ae3bdba5011ba82e1c49e3..fd29d718b5a6390e0d2efbb1df94437d5a3d556d 100644 --- a/doc/RUN_IN_DOCKER.md +++ b/doc/RUN_IN_DOCKER.md @@ -144,7 +144,7 @@ pip install paddle-serving-server-gpu You may need to use a domestic mirror source (in China, you can use the Tsinghua mirror source of the following example) to speed up the download: ```shell -pip install paddle-serving-server -i https://pypi.tuna.tsinghua.edu.cn/simple +pip install paddle-serving-server-gpu -i https://pypi.tuna.tsinghua.edu.cn/simple ``` ### Test example diff --git a/doc/RUN_IN_DOCKER_CN.md b/doc/RUN_IN_DOCKER_CN.md index 1c7eb099ec37fa721940f0d7f793bebf6c04ed59..c6f31cac6b1e644d6ac1e52323164169830bddd5 100644 --- a/doc/RUN_IN_DOCKER_CN.md +++ b/doc/RUN_IN_DOCKER_CN.md @@ -136,7 +136,7 @@ pip install paddle-serving-server-gpu 您可能需要使用国内镜像源(例如清华源)来加速下载。 ```shell -pip install paddle-serving-server -i https://pypi.tuna.tsinghua.edu.cn/simple +pip install paddle-serving-server-gpu -i https://pypi.tuna.tsinghua.edu.cn/simple ``` ### 测试example