From ad1c2df4ff1c6c1c448b4df78a14b44ca1469c85 Mon Sep 17 00:00:00 2001 From: TeslaZhao Date: Wed, 17 Nov 2021 11:42:08 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e6f49526..8b6e16ed 100755 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ The goal of Paddle Serving is to provide high-performance, flexible and easy-to- This chapter guides you through the installation and deployment steps. It is strongly recommended to use Docker to deploy Paddle Serving. If you do not use docker, ignore the docker-related steps. Paddle Serving can be deployed on cloud servers using Kubernetes, running on many commonly hardwares such as ARM CPU, Intel CPU, Nvidia GPU, Kunlun XPU. The latest development kit of the develop branch is compiled and generated every day for developers to use. -- [Install Paddle Serving using docker](doc/Install_EN.md) +- [Install Paddle Serving using docker(stable wheel packages)](doc/Install_EN.md) - [Build Paddle Serving from Source with Docker](doc/Compile_EN.md) - [Deploy Paddle Serving on Kubernetes](doc/Run_On_Kubernetes_CN.md) - [Deploy Paddle Serving with Security gateway(Chinese)](doc/Serving_Auth_Docker_CN.md) -- GitLab