From 7bbfe4af70c0608f45ec5cc1dd07e18976338bf2 Mon Sep 17 00:00:00 2001 From: MRXLT Date: Mon, 28 Sep 2020 16:12:17 +0800 Subject: [PATCH] update doc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c1f066de..44cee7ba 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ nvidia-docker exec -it test bash pip install paddle-serving-client==0.3.2 pip install paddle-serving-server==0.3.2 # CPU pip install paddle-serving-server-gpu==0.3.2.post9 # GPU with CUDA9.0 -pip install paddle-serving-server-gpu==0.3.2.post10 # GPU with CUDA9.0 +pip install paddle-serving-server-gpu==0.3.2.post10 # GPU with CUDA10.0 ``` You may need to use a domestic mirror source (in China, you can use the Tsinghua mirror source, add `-i https://pypi.tuna.tsinghua.edu.cn/simple` to pip command) to speed up the download. -- GitLab