diff --git a/doc/doc_ch/installation.md b/doc/doc_ch/installation.md index b379b7af9b4e42262f1e5a27f67ad5db7042a32a..4b75e21bfab247bfde6c2146468dc522653b769c 100644 --- a/doc/doc_ch/installation.md +++ b/doc/doc_ch/installation.md @@ -2,9 +2,10 @@ 经测试PaddleOCR可在glibc 2.23上运行,您也可以测试其他glibc版本或安装glic 2.23 PaddleOCR 工作环境 -- PaddlePaddle1.7 +- PaddlePaddle 1.7+ - python3 - glibc 2.23 +- cuDNN 7.6+ (GPU) 建议使用我们提供的docker运行PaddleOCR,有关docker使用请参考[链接](https://docs.docker.com/get-started/)。 diff --git a/doc/doc_en/installation_en.md b/doc/doc_en/installation_en.md index cc3bfb52f5dc592cf9fe1dc1a9a6fd8f1d3bb5cf..1d708267ebb1de66e1839638e7488b459b8882ac 100644 --- a/doc/doc_en/installation_en.md +++ b/doc/doc_en/installation_en.md @@ -3,10 +3,10 @@ After testing, paddleocr can run on glibc 2.23. You can also test other glibc versions or install glic 2.23 for the best compatibility. PaddleOCR working environment: -- PaddlePaddle1.7 +- PaddlePaddle 1.7+ - python3 - glibc 2.23 - +- cuDNN 7.6+ (GPU) It is recommended to use the docker provided by us to run PaddleOCR, please refer to the use of docker [link](https://docs.docker.com/get-started/). 1. (Recommended) Prepare a docker environment. The first time you use this image, it will be downloaded automatically. Please be patient. @@ -47,7 +47,7 @@ docker images hub.baidubce.com/paddlepaddle/paddle latest-gpu-cuda9.0-cudnn7-dev f56310dcc829 ``` -2. Install PaddlePaddle Fluid v1.7 (the higher version is not supported yet, the adaptation work is in progress) +2. Install PaddlePaddle Fluid v1.7 ``` pip3 install --upgrade pip