You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Paddle/doc_cn/build_and_install/install/ubuntu_install.rst

26 lines
1.1 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

使用deb包在Ubuntu上安装PaddlePaddle
=============================
PaddlePaddle目前支持ubuntu 14.04版本使用deb包安装。更多的安装包PaddlePaddle会在近期提供。
欢迎大家贡献各个发行版的安装包(例如ubuntucentosdebiangentoo)。
PaddlePaddle的ubuntu安装包分为两个版本即CPU版本和GPU版本他们的下载地址是:
* CPU版本的PaddlePaddle安装包: TBD
* GPU版本的PaddlePaddle安装包: TBD
需要注意的是目前PaddlePaddle的安装包只支持
`AVX <https://en.wikipedia.org/wiki/Advanced_Vector_Extensions>`_
指令集的X86 CPU。如果系统使用不支持 `AVX`_ 指令集的CPU运行PaddlePaddle那么需要从源码
编译PaddlePaddle请参考 `编译文档 <../cmake/index.html>`_
用户需要先将PaddlePaddle安装包下载到本地然后执行如下命令即可完成安装。
.. code-block:: shell
dpkg -i paddle-0.8.0b-cpu.deb
apt-get install -f
需要注意的是如果使用GPU版本的PaddlePaddle请安装CUDA 7.5 和CUDNN 5到本地环境中
设置好对应的环境变量(LD_LIBRARY_PATH等等)。