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