index.rst 631 字节
Newer Older
Z
zhangjinchao01 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
Build And Install PaddlePaddle
================================

Install PaddlePaddle
----------------------

..  toctree::
    :glob:

    install_*

Build from Source
-----------------

If you want to hack and contribute PaddlePaddle source code, following guides can help you\:

..  toctree::
    :glob:

    build_from_source.md
    contribute_to_paddle.md

Build Docker Images
-------------------

Y
yuyang18 已提交
26 27 28
Note: The intallation packages are still in pre-release 
state and your experience of installation may not be smooth.

Z
zhangjinchao01 已提交
29 30 31 32 33 34
If you want to pack docker image, the following guide can help you\:

..  toctree::
    :glob:

    docker/*