liaogang
36672ae309
add clang-format in docker
8 years ago
liaogang
f6a481edaa
Add .bashrc into docker
8 years ago
liaogang
1478dd6225
Add git completion, prompt, pre-commit in docker
8 years ago
liaogang
5f626b93f2
set docker BUILD_AND_INSTALL
8 years ago
liaogang
4d3a1ab690
Fix env error
8 years ago
liaogang
7be8e69990
Update WITH_DOC in docker
8 years ago
liaogang
8d3ac7a209
Conditional compile woboq
8 years ago
王益
8c9716f7d4
Allow users to build a Docker image as development environment from Dockerfile{.gpu}
8 years ago
王益
748cb5aff3
Merge branch 'develop' of https://github.com/paddlepaddle/paddle into dockerfile-dev
8 years ago
王益
9200b955c3
Update Dockerfile.dev
8 years ago
liaogang
b89f2f2f0c
Update build doc and dockerfile
8 years ago
liaogang
70dfd7f137
Add automake in dockerfile
8 years ago
liaogang
ee59d10937
Add gfortran in docker
8 years ago
liaogang
832bb6a745
Update docs
8 years ago
liaogang
d79cac158d
Update python-matplotlib in Dockerfile
8 years ago
liaogang
4837665d22
Update dockerfiles for develop branch
8 years ago
gangliao
1efa03ec90
Merge pull request #1150 from gangliao/cblas
...
Add external openblas
8 years ago
liaogang
cdf6af64a8
Add external openblas
8 years ago
王益
2efdd460da
Add Dockerfile.dev for building a standard develop environment
8 years ago
Yu Yang
1dd972f965
Merge pull request #1030 from yebie/stat_usage
...
add usage collection for demo
8 years ago
Yu Yang
e14a2288c4
Add cache to cmake third_party in TravisCI.
8 years ago
zhouyingfeng
d75f26b656
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into stat_usage
8 years ago
liaogang
203db079f5
Merge confict with another PR
8 years ago
liaogang
9a7df696d9
Clean travis ci
8 years ago
liaogang
c24e94c8a4
Check python if system already equipped one
8 years ago
zhouyingfeng
c07edd0c07
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into stat_usage
8 years ago
Yu Yang
d41ac09090
Merge pull request #1017 from gangliao/external
...
Download, build, install External dependencies via cmake
8 years ago
liaogang
d0a5ce290a
Clean travis ci
8 years ago
liaogang
642dc356ae
clean travis ci
8 years ago
liaogang
8acd1ac31a
Add extern python interp
8 years ago
Yu Yang
a080aa7a1c
Change run_all => entrypoint.
8 years ago
Yu Yang
68c89bcc52
Add jupyter notebook support in Docker images.
8 years ago
zhouyingfeng
7193cbf119
rename "feedback.sh" into "usage.sh", and fix the code style error in this file.
8 years ago
zhouyingfeng
8869082351
add usage collection for demo
...
Add a `paddle usage` command to support collecting demo usage.
8 years ago
liaogang
aee0857838
Clean Travis ci and fix bug
8 years ago
Yu Yang
9e9ae2f393
Merge pull request #996 from gangliao/bazel
...
Remove bazel from dockerfile and docs
8 years ago
liaogang
84c7862d4b
Remove bazel from dockerfile and docs
8 years ago
Luo Tao
39a547741c
refine docs.sh
8 years ago
Luo Tao
de8927ebe1
refine docs.sh
8 years ago
Luo Tao
5471e87f3d
Merge branch 'develop' into checker
8 years ago
Luo Tao
204152c76e
set -e for docs.sh
8 years ago
Luo Tao
1a0669753e
travis for check broken links
8 years ago
yangwenbo02
5222b586e2
support UBUNTU MIRROR and modify doc
8 years ago
Yu Yang
7395d2dadb
Using protobuf3 in Travis-CI MacOS.
8 years ago
Yu Yang
6a461812c6
Install protobuf3 to /usr
8 years ago
Yu Yang
7439025753
Refine code
8 years ago
Yu Yang
79611a2794
Merge branch 'develop' of github.com:baidu/Paddle into feature/upgrade_to_proto3
8 years ago
Yu Yang
08917e08c2
Make Travis-CI pre-commit check more readable.
8 years ago
liaogang
ae174b33c0
Remove WITH_GLOG and WITH_GFLAGS in cmake
8 years ago
Yu Yang
0c65442c5b
Upgrade protobuf to 3.1 in Travis-CI linux
8 years ago
Yu Yang
6ea5a9fd03
Add tips when unittest error
8 years ago
Yu Yang
94538798a0
Merge branch 'develop' of github.com:baidu/Paddle into feature/travis_pre_commit_checks
8 years ago
Yu Yang
be1b70e64e
Tuning travis
8 years ago
Yu Yang
068bfbb817
All file pass pre-commit hook
8 years ago
gangliao
f66196a8bf
Merge pull request #826 from reyoung/feature/fix_travis_build_when_rebase
...
Fix Travis-CI when using rebase.
8 years ago
Yu Yang
2a5a8e79e5
Fix Travis-CI when using rebase.
...
* The $TRAVIS_COMMIT_RANGE could be not existed, because the git history
can be changed and rebased. Here we alway run Travis-CI when `git diff`
cannot return the modified files.
* Also do not push docs update if is not PaddlePaddle/Paddle.
8 years ago
wangkuiyi
f2fc4d4cad
Merge pull request #817 from wangkuiyi/install_gtest_in_dockerfile
...
Remove sudo from Dockerfile.*
8 years ago
Yu Yang
8431513012
Merge pull request #805 from luotao1/breathe
...
remove breathe and doc/howto/source directory
8 years ago
Yi Wang
174ca2723a
Remove sudo from Dockerfile.*
8 years ago
Yi Wang
56b15bd530
Install libgtest-dev in Dockerfiles
8 years ago
Luo Tao
0c96b26c3c
remove breathe and doc/howto/source directory
8 years ago
wangkuiyi
392dc96701
Merge pull request #761 from PaddlePaddle/install-bazel
...
Add bazel installation to the Dockerfiles
8 years ago
Yi Wang
e9549cbb78
Change "Baidu, Inc" into "PaddlePaddle Authors"
8 years ago
Li Peng
6772acab12
Update according Yi's comments
...
- Put the 'ARG DEBIAN_FRONTEND=noninteractive' ahead of the first
'apt-get install' invoke.
- Add comments to Dockerfiles to explain why we're adding Bazel
installation.
Signed-off-by: Li Peng <lipeng@unisound.com>
8 years ago
Li Peng
0592d1b76e
Add bazel installation to the Dockerfiles
...
Also add DEBIAN_FRONTEND=noninteractive to suppress the debconf
messages.
8 years ago
Yiqun Liu
4823075f95
Merge pull request #651 from Xreki/warpctc
...
Integrate warp-ctc as WarpCTCLayer, including unit test and layer interface.
8 years ago
Yi Wang
6216b59597
Resolve conflicts
8 years ago
Liu Yiqun
78bdd32471
Merge branch 'develop' into warpctc
8 years ago
Yu Yang
5d26716c69
Merge pull request #723 from wangkuiyi/woboq
...
Make browserable C++ source code into HTMLs
8 years ago
Yi Wang
2f024ba527
Add more customizable ARGs with default values to Dockerfiles .
8 years ago
Yi Wang
af1c2e905d
Add -U to RUN pip install
8 years ago
Tao Luo
44d4be6e43
Merge pull request #724 from Shi-Liang/theme_develop
...
Customized Paddle's document theme
8 years ago
Yi Wang
ccf89a5a24
Make browserable C++ source code into HTMLs
8 years ago
Yi Wang
1c4d71949f
Replace m4 template by Dockerfile ARGs
8 years ago
Liu Yiqun
7bb7fed833
Simplify the CMakelist.txt and fix typos.
8 years ago
Liu Yiqun
46ef2bc694
Merge branch 'develop' into warpctc
8 years ago
Shi-Liang
9563db3e77
modified the document config files and add theme files
8 years ago
Liu Yiqun
18b85e558a
Add a script to auto compile the warp-ctc submodule.
8 years ago
Yu Yang
257819d3d4
Merge pull request #621 from luotao1/docker
...
refine build_docker_image.rst
8 years ago
Yi Wang
20b416d256
Resolve conflict from git pull upstream develop
8 years ago
qingqing01
31e57175d9
Merge pull request #655 from PaddlePaddle/release/v0.9.0
...
Release/v0.9.0
8 years ago
Yu Yang
1d8d957322
Add `set -e` for paddle boot up script.
...
* error when paddle has a wrong version number.
8 years ago
Yi Wang
a3a7e76c7f
Respond to Helin's comments
8 years ago
Yi Wang
88802d15cd
Remove template execution results from Dockerfile.m4
8 years ago
Yi Wang
aca08255d2
Allow docker build to build from local Git commit.
8 years ago
Luo Tao
a7671dee47
refine build_docker_image.rst
8 years ago
Yu Yang
341688b583
Bumping up version number
8 years ago
Yu Yang
7b1d3c77c8
Refine ver2num function, add comments
9 years ago
Yu Yang
5b1ba87320
Add version check for paddle
9 years ago
Yu Yang
4705083ee1
Update dockerfile tags
9 years ago
Yu Yang
c60f57b6e3
Fix some problems in Debian build scripts.
...
* Mount local Paddle instead of git clone from remote.
* Use official chinese ubuntu source instead of 163 mirror.
9 years ago
Yu Yang
836d61382f
Update pre-commit-config
...
* Check all files by pre commit hooks
9 years ago
qijun
319742c641
format python code in demo, doc, doc_cn and paddle directories
9 years ago
Yu Yang
64b7561ce6
Add checkout name for Dockerfile
...
* Because in dockerhub, we cannot set the `docker build `running
directory, we could only use `git clone` command to get the latest
code if we put `Dockerfile` in subdirectory
* But the `git clone` will checkout the default branch only, so here
we add a `ENV` in Dockerfile to checkout special branch or tag in
git repo. We could change it to `V0.9.0` tag when it release.
9 years ago
Yu Yang
57bc6238d9
enable swig unittest in travis-ci ( #394 )
...
* Init
* Add numpy deps
* Refine
9 years ago
gangliao
3e2dc77cc7
Add code coverage and coveralls ( #296 )
9 years ago
emailweixu
9f9b4afcdb
install the right python package version ( #326 )
...
For multiple installation of paddle, there might be multiple versions of python package at opt/paddle/share/wheels/. We should install the right version.
Ideally, we should remove the wrong versions when install. But it's not easy to do this with cmake.
Change-Id: Ida8a8d60643ad9e42cf1c85776de9122d5ba1392
9 years ago
Yu Yang
ee028bb5ea
Add How to build docs ( #312 )
9 years ago
Yu Yang
3edc4202b0
Add travis for osx ( #189 )
9 years ago
Yu Yang
0276f15a45
add scripts to build ubuntu install package. ( #132 )
...
* also refine install docs, too
9 years ago
Yu Yang
baaaa0b09d
Add NOAVX Docker image scripts. ( #129 )
...
* Add noavx to docker
* Not to use directory to split Docker image.
9 years ago
Yu Yang
703cce35a8
Enable docs update. ( #78 )
...
Just forget to add deploy_key to this repository.
9 years ago
emailweixu
7e79c911b4
Temporarily disable automatic doc deployment
...
to restore successful build status. travis DOCS job on master failed due to permisstion issue: https://travis-ci.org/baidu/Paddle/jobs/159851334 @reyoung, please resolve the permission issue.
9 years ago
Yu Yang
df0c7cd9c0
Add documentation ci scripts ( #66 )
...
* Add documentation build to ci test
* Push master branch doc changes to gh-pages branch
9 years ago
Yu Yang
b76682c5e3
Exit when pip install failed
9 years ago
Yu Yang
7cf8e0c9e6
Lazy install Paddle wheels
...
* install wheels when invoke paddle script if current python don't
have paddle packages, or installed a previous version.
* Also add `make install` to travis
9 years ago
Yu Yang
daaf5a42ec
Add travis support to PaddlePaddle
9 years ago
wangyanfei01
cecdedea63
ISSUE=4607611 refine cluster scripts
...
git-svn-id: https://svn.baidu.com/idl/trunk/paddle@1461 1ad973e4-5ce8-4261-8a94-b56d1f490c56
9 years ago
lipeng17
890ca39b2d
Fix name typos
...
ISSUE=4600925
git-svn-id: https://svn.baidu.com/idl/trunk/paddle@1443 1ad973e4-5ce8-4261-8a94-b56d1f490c56
9 years ago
yuyang18
76b71d1068
Add missing file for last commit
...
ISSUE=4600307
git-svn-id: https://svn.baidu.com/idl/trunk/paddle@1439 1ad973e4-5ce8-4261-8a94-b56d1f490c56
9 years ago
yuyang18
9af628c17d
Add pillow to docker image, reduce docker image compile time.
...
ISSUE=4600057
git-svn-id: https://svn.baidu.com/idl/trunk/paddle@1438 1ad973e4-5ce8-4261-8a94-b56d1f490c56
9 years ago
yuyang18
a46749b3b0
Fix ubuntu image prefix
...
ISSUE=4599563
git-svn-id: https://svn.baidu.com/idl/trunk/paddle@1435 1ad973e4-5ce8-4261-8a94-b56d1f490c56
9 years ago
yuyang18
291ff97cd2
Try Fix docker hub build.
...
ISSUE=4599521
git-svn-id: https://svn.baidu.com/idl/trunk/paddle@1434 1ad973e4-5ce8-4261-8a94-b56d1f490c56
9 years ago
yuyang18
57109591d1
Try to fix hub.docker.com build error.
...
Maybe is disk usage issue.
ISSUE=4596347
git-svn-id: https://svn.baidu.com/idl/trunk/paddle@1426 1ad973e4-5ce8-4261-8a94-b56d1f490c56
9 years ago
yuyang18
990f660b06
Tiny fix for Dockerfile syntax
...
ISSUE=4590133
git-svn-id: https://svn.baidu.com/idl/trunk/paddle@1418 1ad973e4-5ce8-4261-8a94-b56d1f490c56
9 years ago
yuyang18
51b5cb0415
Split Dockerfile into multiple.
...
to fit hub.docker.com
ISSUE=4589547
git-svn-id: https://svn.baidu.com/idl/trunk/paddle@1417 1ad973e4-5ce8-4261-8a94-b56d1f490c56
9 years ago
zhangjinchao01
b72beee4f0
fix dash and space bug,
...
ISSUE=4586495
git-svn-id: https://svn.baidu.com/idl/trunk/paddle@1408 1ad973e4-5ce8-4261-8a94-b56d1f490c56
9 years ago