diff --git a/doc/RUN_IN_DOCKER.md b/doc/RUN_IN_DOCKER.md index 46b18300b01aa117b95b265c95623062711d14c9..9469cc875dd5ed6df127b035b8d876f84f296438 100644 --- a/doc/RUN_IN_DOCKER.md +++ b/doc/RUN_IN_DOCKER.md @@ -32,9 +32,7 @@ The `-p` option is to map the `9292` port of the container to the `9292` port of ### Install PaddleServing -The mirror comes with `paddle_serving_server`, `paddle_serving_client`, and `paddle_serving_app` corresponding to the mirror tag version. If users don’t need to change the version, they can use it directly, which is suitable for environments without extranet services. - -If you need to change the version, please refer to the instructions on the homepage to download the pip package of the corresponding version. +Please refer to the instructions on the homepage to download the pip package of the corresponding version. ## GPU diff --git a/doc/RUN_IN_DOCKER_CN.md b/doc/RUN_IN_DOCKER_CN.md index 570225f034fbf9834d7acf164debf7f16489f4f6..3485f195e711dd9445a0a83063d3d9a336fa8a4b 100644 --- a/doc/RUN_IN_DOCKER_CN.md +++ b/doc/RUN_IN_DOCKER_CN.md @@ -59,9 +59,7 @@ docker exec -it test bash ### 安装PaddleServing -镜像里自带对应镜像tag版本的`paddle_serving_server_gpu`,`paddle_serving_client`,`paddle_serving_app`,如果用户不需要更改版本,可以直接使用,适用于没有外网服务的环境。 - -如果需要更换版本,请参照首页的指导,下载对应版本的pip包。[最新安装包合集](LATEST_PACKAGES.md) +请参照首页的指导,下载对应版本的pip包。[最新安装包合集](LATEST_PACKAGES.md) ## 注意事项