Skip to content

Commit

Permalink
Update index_en.rst (PaddlePaddle#5610)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamzNV authored Mar 20, 2023
1 parent 3cb9c7c commit 6663906
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion docs/install/index_en.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
* Linux system-related packages have been split into two types of packages, avx and noavx (Most machines use the avx instruction set. You can check whether your machine supports it through commands on the `PIP installation under Linux <pip/linux-pip.html>`_ page )
* Add a CPU image with jupyter pre-installed. Jupyter service will be started after starting the image
* Added support for Windows Visual Studio 2017 compilation, fully upgraded from VS2015 to VS2017
* Add support for NVIDIA NGC PaddlePaddle Container


------------------------
Expand Down Expand Up @@ -202,7 +203,18 @@ This section describes how to use pip to install.
`install under Windows <pip/windows-pip_en.html>`_


The second way to install: compile and install with source code

The second way to install: compile and install with container
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

- We recommend that you use `NVIDIA PaddlePaddle Container <https://www.paddlepaddle.org.cn/documentation/docs/zh/install/install_NGC_PaddlePaddle_ch.html>`_ for your development environment installation.
- Pros
1. Lastest version of CUDA
2. Newer verison of Ubuntu OS(18.04)
3. Performance and development efficiency have been optimized by NVIDIA


The third way to install: compile and install with source code
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

- If you use PaddlePaddle only, we suggest you installation methods **pip** to install.
Expand Down

0 comments on commit 6663906

Please sign in to comment.