From edf67e4b5573cd3a3ae522d8555640f496f29fa0 Mon Sep 17 00:00:00 2001 From: Jiawei Wang Date: Wed, 16 Jun 2021 17:34:00 +0800 Subject: [PATCH] Merge pull request #1281 from bjjwwang/v0.6.2-dev V0.6.2 dev fix run in docker --- doc/RUN_IN_DOCKER.md | 4 +--- doc/RUN_IN_DOCKER_CN.md | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/doc/RUN_IN_DOCKER.md b/doc/RUN_IN_DOCKER.md index 46b18300..9469cc87 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 570225f0..3485f195 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) ## 注意事项 -- GitLab