diff --git a/doc/Docker_Images_CN.md b/doc/Docker_Images_CN.md index 994282ff235a086137c7385ec419ae1711183e98..62672187530c1c62e06030e69713a56c2727b539 100644 --- a/doc/Docker_Images_CN.md +++ b/doc/Docker_Images_CN.md @@ -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 | diff --git a/doc/Install_EN.md b/doc/Install_EN.md index 1f12a11a2d7fbb4b579007a5ffe6f2f58903d1ec..d84ba4eedda7f2a5d117fea26ba7912839ae3e24 100644 --- a/doc/Install_EN.md +++ b/doc/Install_EN.md @@ -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) diff --git a/doc/Run_On_Kubernetes_CN.md b/doc/Run_On_Kubernetes_CN.md index 20de18aa800e46eeb90aed6f3c1c3d77f65a5fad..0194ae87a13da0328785bfee1e5293e16efa147b 100644 --- a/doc/Run_On_Kubernetes_CN.md +++ b/doc/Run_On_Kubernetes_CN.md @@ -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