Skip to content

Commit

Permalink
Merge pull request #1695 from TeslaZhao/v0.8.3
Browse files Browse the repository at this point in the history
cherry-pick
  • Loading branch information
TeslaZhao authored Mar 4, 2022
2 parents 1a62a96 + c1467b5 commit 5b04e54
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/Docker_Images_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
## 镜像说明

若需要基于源代码二次开发编译,请使用后缀为-devel的版本。
**在TAG列,0.7.0也可以替换成对应的版本号,例如0.5.0/0.4.1等,但需要注意的是,部分开发环境随着某个版本迭代才增加,因此并非所有环境都有对应的版本号可以使用。**
**在TAG列,0.8.0也可以替换成对应的版本号,例如0.5.0/0.4.1等,但需要注意的是,部分开发环境随着某个版本迭代才增加,因此并非所有环境都有对应的版本号可以使用。**


| 镜像选择 | 操作系统 | TAG | Dockerfile |
Expand Down
4 changes: 2 additions & 2 deletions doc/Install_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,10 @@ pip3 install https://paddle-inference-lib.bj.bcebos.com/2.2.2/python/Linux/GPU/x

For **Windows 10 users**, please refer to the document [Paddle Serving Guide for Windows Platform](Windows_Tutorial_CN.md).

## 5. Installation check
## 5. Installation Check
After the above steps are completed, you can use the command line to run the environment check function to automatically run the Paddle Serving related examples to verify the environment-related configuration.

```
python3 -m paddle_serving_server.serve check
```
For details, please refer to the [Environmental Check Documentation](./Check_Env_CN.md)
For details, please refer to the [Installation Env Check](./Check_Env_CN.md)
2 changes: 1 addition & 1 deletion doc/Run_On_Kubernetes_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ kubectl apply -f https://bit.ly/kong-ingress-dbless
bash tools/generate_runtime_docker.sh --env cuda10.1 --python 3.7 --image_name serving_runtime:cuda10.1-py37 --paddle 2.2.0 --serving 0.8.0
```

会生成 cuda10.1,python 3.7,serving版本0.7.0 还有 paddle版本2.2.0的运行镜像。如果有其他疑问,可以执行下列语句得到帮助信息。强烈建议您使用最新的paddle和serving的版本(2个版本是对应的如paddle 2.2.x 与serving 0.7.0对应,paddle 2.1.x 与 serving 0.6.x对应),因为更早的版本上出现的错误只在最新版本修复,无法在历史版本中修复。
会生成 cuda10.1,python 3.7,serving版本0.8.0 还有 paddle版本2.2.2的运行镜像。如果有其他疑问,可以执行下列语句得到帮助信息。强烈建议您使用最新的paddle和serving的版本(2个版本是对应的如paddle 2.2.0 与serving 0.7.x对应,paddle 2.2.2 与 serving 0.8.x对应),因为更早的版本上出现的错误只在最新版本修复,无法在历史版本中修复。

```
bash tools/generate_runtime_docker.sh --help
Expand Down

0 comments on commit 5b04e54

Please sign in to comment.