From 9a637c2dac4a305078bfea178292c208bc2410f2 Mon Sep 17 00:00:00 2001 From: TeslaZhao Date: Tue, 11 Jan 2022 10:59:47 +0800 Subject: [PATCH] Update Install_EN.md --- doc/Install_EN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Install_EN.md b/doc/Install_EN.md index db4fbe21..c687e30b 100644 --- a/doc/Install_EN.md +++ b/doc/Install_EN.md @@ -9,7 +9,7 @@ **Tip-2**: The GPU environments in the following examples are all cuda10.2-cudnn7. If you use Python Pipeline to deploy and need Nvidia TensorRT to optimize prediction performance, please refer to [Supported Mirroring Environment and Instructions](#4.-Supported-Docker-Images-and-Instruction) to choose other versions. ## 1. Start the Docker Container -**Both Serving Dev Image and Paddle Dev Image are supported at the same time. You can choose 1 from the operation 2 in chapters 1.1 and 1.2.** +**Both Serving Dev Image and Paddle Dev Image are supported at the same time. You can choose 1 from the operation 2 in chapters 1.1 and 1.2.**Deploying the Serving service on the Paddle docker image requires the installation of additional dependency libraries. Therefore, we directly use the Serving development image. ### 1.1 Serving Dev Images (CPU/GPU 2 choose 1) **CPU:** -- GitLab