Skip to content

Commit 5b04e54

Browse files
authored
Merge pull request #1695 from TeslaZhao/v0.8.3
cherry-pick
2 parents 1a62a96 + c1467b5 commit 5b04e54

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

doc/Docker_Images_CN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
## 镜像说明
2727

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

3131

3232
| 镜像选择 | 操作系统 | TAG | Dockerfile |

doc/Install_EN.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -124,10 +124,10 @@ pip3 install https://paddle-inference-lib.bj.bcebos.com/2.2.2/python/Linux/GPU/x
124124

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

127-
## 5. Installation check
127+
## 5. Installation Check
128128
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.
129129

130130
```
131131
python3 -m paddle_serving_server.serve check
132132
```
133-
For details, please refer to the [Environmental Check Documentation](./Check_Env_CN.md)
133+
For details, please refer to the [Installation Env Check](./Check_Env_CN.md)

doc/Run_On_Kubernetes_CN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ kubectl apply -f https://bit.ly/kong-ingress-dbless
2929
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
3030
```
3131

32-
会生成 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对应),因为更早的版本上出现的错误只在最新版本修复,无法在历史版本中修复。
32+
会生成 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对应),因为更早的版本上出现的错误只在最新版本修复,无法在历史版本中修复。
3333

3434
```
3535
bash tools/generate_runtime_docker.sh --help

0 commit comments

Comments
 (0)