From 0cba18cf4baced48479064dca13f7e4dc68496fb Mon Sep 17 00:00:00 2001 From: barrierye Date: Thu, 9 Apr 2020 21:27:02 +0800 Subject: [PATCH] update doc --- doc/COMPILE.md | 14 +++++++------- doc/COMPILE_CN.md | 12 ++++++------ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/doc/COMPILE.md b/doc/COMPILE.md index 0bde64aa..41a79f08 100644 --- a/doc/COMPILE.md +++ b/doc/COMPILE.md @@ -4,19 +4,19 @@ ## Compilation environment requirements -- os: CentOS 6u3 -- gcc: 4.8.2 and later -- go: 1.9.2 and later -- git:2.17.1 and later -- cmake:3.2.2 and later -- python:2.7.2 and later +- OS: CentOS 7 +- GCC: 4.8.2 and later +- Golang: 1.9.2 and later +- Git:2.17.1 and later +- CMake:3.2.2 and later +- Python:2.7.2 and later It is recommended to use Docker for compilation. We have prepared the Paddle Serving compilation environment for you: - CPU: `hub.baidubce.com/paddlepaddle/serving:0.2.0-devel`,dockerfile: [Dockerfile.devel](../tools/Dockerfile.devel) - GPU: `hub.baidubce.com/paddlepaddle/serving:0.2.0-gpu-devel`,dockerfile: [Dockerfile.gpu.devel](../tools/Dockerfile.gpu.devel) -This document will take Python2 as an example to show how to compile Paddle Serving. If you want to compile with Python 3, just adjust the python options of cmake. +This document will take Python2 as an example to show how to compile Paddle Serving. If you want to compile with Python 3, just adjust the Python options of cmake. ## Get Code diff --git a/doc/COMPILE_CN.md b/doc/COMPILE_CN.md index 74349b96..eb334232 100644 --- a/doc/COMPILE_CN.md +++ b/doc/COMPILE_CN.md @@ -4,12 +4,12 @@ ## 编译环境设置 -- os: CentOS 6u3 -- gcc: 4.8.2及以上 -- go: 1.9.2及以上 -- git:2.17.1及以上 -- cmake:3.2.2及以上 -- python:2.7.2及以上 +- OS: CentOS 7 +- GCC: 4.8.2及以上 +- Golang: 1.9.2及以上 +- Git:2.17.1及以上 +- CMake:3.2.2及以上 +- Python:2.7.2及以上 推荐使用Docker编译,我们已经为您准备好了Paddle Serving编译环境: -- GitLab