Luo Tao
ddf20e589f
typo WITH_TEST to WITH_TESTING
7 years ago
Luo Tao
1d301731ac
refine the gen_docs in build.sh
7 years ago
Luo Tao
3b1529d2e5
add print_operators_doc in travis ci
7 years ago
tensor-tang
c096130a94
Merge pull request #6291 from tensor-tang/check_env
...
add script to check the cpu env
7 years ago
tensor-tang
32cc0db151
check if cmake has been installed
7 years ago
tensor-tang
f62dbebe20
follow comments and add limited version of dmidecode
7 years ago
Yancey1989
8dacb4050b
install dmidecode in product docker image
7 years ago
QI JUN
7910d96ab8
build paddle_python before build paddle_docs ( #6337 )
7 years ago
tensor-tang
62c00e00eb
add dimms locator info
7 years ago
tensor-tang
e670453518
add script to check the cpu env
7 years ago
Luo Tao
3e8c3638dc
add WITH_DOC for print_operators_doc in docker/build.sh
7 years ago
typhoonzero
dda277ba6c
update build.sh
7 years ago
武毅
e1b8c27acb
Add back print_operators_doc ( #5970 )
...
* add back print_operators_doc
* fix style check
* fix style check
7 years ago
Yu Yang
dc82a30908
Refine CheckStyle Script ( #5942 )
...
* Refine CheckStyle Script
* Disable linkchecker for build_doc.sh
7 years ago
Yancey
f96bc313e8
fix path env in build.sh ( #5948 )
7 years ago
Yancey
9891667b79
fix ld_library_path in dockerfile ( #5794 )
7 years ago
tensor-tang
363f690d79
expose only one WITH_MKL to user, covering WITH_MKLDNN and WITH_MKLML
7 years ago
Tao Luo
6cf7f1e4b9
Merge pull request #5671 from tensor-tang/autocpu
...
auto set cpu env when mkldnn or mklml enabled
7 years ago
tensor-tang
6337007ef5
add echo the result as comment
7 years ago
tensor-tang
a6f5f6efb6
at least set threads number as 1, in case trainers number is larger than processors
7 years ago
tensor-tang
4fbba65626
auto set cpu env when mkldnn or mklml enabled for V1 API
7 years ago
Yiqun Liu
d3ef2543f9
Fix compiling error for Android, and installing error for cmake of low version. ( #5660 )
7 years ago
typhoonzero
fd7ed3b9c6
fix ci not exit 1
7 years ago
typhoonzero
e1157c521d
add back root should delete later
7 years ago
typhoonzero
66ae71399d
enable manylinux builds
7 years ago
Thuan Nguyen
b1340361a3
Please refer to https://github.com/PaddlePaddle/Paddle/issues/5363
...
This changed was accidently reverted in a previous pull request. This pull request adds back in the print_operators_doc to the docker image.
Discussed with Helin and Yi. Currently we have a binary "print_operators_doc" that is built that generates a JSON document. This JSON represents the API documentation of paddle, and will be used by PaddlePaddle.org to generate API documentation.
This issue is to request "print_operators_doc" to be added to the production paddlepaddle/paddle:latest image.
7 years ago
武毅
ff4c20e0c5
fix build sh ( #5400 )
7 years ago
typhoonzero
649ff6e856
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into develop
7 years ago
typhoonzero
fa1e90425d
put files to platlib
7 years ago
Thuan Nguyen
610c39d304
Please refer to https://github.com/PaddlePaddle/Paddle/issues/5363 .
...
After discussion with Helin and Yi, this change adds "print_operators_doc" executable to the Paddle docker nightly image. This docker image will be pulled by PaddlePaddle.org nightly job and will generate the operator documentation to be put on PaddlePaddle.org website.
7 years ago
daming-lu
496f150183
fix build doc
7 years ago
Yiqun Liu
d3b07a6ede
Add documentation of cross-compiling for iOS ( #5239 )
...
* Add documentation of cross-compiling for iOS.
* Correst the typo in documentation of cross-compiling for raspberry pi.
* Set ANDROID_API to 21 when it is specified < 21 for arm64-v8a in build_android.sh.
* Check the input and print the usage in MergeModel.cpp.
7 years ago
Yu Yang
784fc32bfa
Add nccl to docker image
7 years ago
武毅
63ffe5250a
Cluster train doc for v2 API ( #2072 )
...
* update cluster train v2 doc
* WIP cluster train doc
* update
* cluster train doc
* add TOC for en doc
* fix sphix build issue
* fix error links
* fix link errors
* fix image link
* polish cluster train docs
* update general distributed training document
* fix sphinx compile error
* fix doc image error
7 years ago
武毅
0c72649afc
Fix gometalinter versioning ( #4832 )
...
* fix gometalinter versioning
* stop gometalinter
7 years ago
tensor-tang
0a37f2adf0
fix typo
7 years ago
Liu Yiqun
26e9ab476b
Fix if-statement error in CMakeLists.txt and remove build_ios task from travis.
8 years ago
Liu Yiqun
76338fb6a7
Merge branch 'develop' into build_ios
8 years ago
Liu Yiqun
9e524fce1b
Remove the generation of executable, such as paddle_trainer, when setting WITH_C_API.
8 years ago
Liu Yiqun
b4d710ce12
Merge branch 'develop' into build_ios
8 years ago
Liu Yiqun
92e7b09547
Add ARGS ANDROID_API in Dockerfile.android, to support using toolchain of different api level.
8 years ago
Luo Tao
74de8c0c76
make docker can configure with_mkldnn and with_mklml
8 years ago
武毅
3fbb692d4b
Add topk op ( #3760 )
...
* init add
* add topk op
* someupdate
* fix style check
* add test py file
* update top k cuda kernel
* follow comments
* remove debug print
* fix casting error
* fix casting error
* fix casting error
* fix rename bug...
* fix travis
8 years ago
Liu Yiqun
3360e9cdb8
Change the definition of vmlaq_laneq_f32 from template function to macro.
8 years ago
Liu Yiqun
2ee8a4c84b
Add build_ios task in travis, and move the installing of glide into check_style.sh.
8 years ago
Liu Yiqun
9293dc4817
Move the third_party_android from cache directories in travis.
8 years ago
Liu Yiqun
8e5f54320f
Refine the toolchain file of Android to use clang as default compiler.
8 years ago
Liu Yiqun
1e76feead0
Merge branch 'build_android_clang' of https://github.com/Xreki/Paddle into build_android_clang
8 years ago
Liu Yiqun
8b15ac82fa
Move the definition of hl_cpu_gru_forward and hl_cpu_gru_backward to function/GruFunctor.h.
8 years ago
Liu Yiqun
50c63dc9e7
Merge branch 'develop' into build_android_clang
8 years ago
Liu Yiqun
f241773c4f
Support to use clang for Android cross-compiling.
8 years ago
Yi Wang
4b0235c1f2
Update build.sh
8 years ago
Yi Wang
f22ece9273
Add a document on building using Docker
8 years ago
Liu Yiqun
8a4fad4248
Support to use clang for Android cross-compiling.
8 years ago
Liu Yiqun
5ca4118451
Update Dockerfile of android to support building for arm64-v8a and armeabi.
8 years ago
Yancey
47f380bb47
fix ldconfig ( #3547 )
8 years ago
Yancey
0f8688192c
Fix invalid paddle binary file path ( #3421 )
...
Fix invalid paddle executable file path with pip install
8 years ago
Tao Luo
d605560e2d
Merge pull request #3488 from luotao1/docker_doc
...
build documentation don't need install Paddle before
8 years ago
Luo Tao
72be3b920a
add install infomation in build.sh
8 years ago
Luo Tao
d1cda33316
build documentation don't need install Paddle before
8 years ago
tensor-tang
6f045f9a04
add mkl shared lib into whl
8 years ago
Helin Wang
55ce5a82d4
Docker build: create deb file and build Go by default.
...
Otherwise the production image generation will fail due to deb not
found, or executable built from Go not found.
8 years ago
liaogang
aaddf5f694
test on CI
8 years ago
Luo Tao
2dec4be1db
* fix travis-ci bug
...
* remove external_project_dependencies for proto/CMakeLists.txt
8 years ago
Luo Tao
5b81f5da74
Merge branch 'develop' into doc
8 years ago
Luo Tao
463c68e6f3
make paddle_proto and gen_proto_py before generating document
8 years ago
gongweibao
8c2a0a763f
Fix C-API Compilation Error ( #3311 )
...
Fix C-API Compilation Error
8 years ago
Luo Tao
d758c6c427
reduce travis-ci time of build_doc
8 years ago
gangliao
0a38864aab
Merge pull request #3299 from gangliao/android
...
Accelerate CI process under android environment
8 years ago
武毅
36ac89b9c4
Put everything in paddle python wheel package enable pip install paddle ( #3102 )
...
* put everything in paddle wheel
* update
* update
* fix unitest
* with platform specs
8 years ago
liaogang
3b2e8fc8f3
Accelerate CI process under android environment
8 years ago
Yi Wang
89bc429312
Add environment variable WITH_DEB to control if buill.sh should generate .deb file
8 years ago
Yu Yang
c2272c6ecb
Only make install when it necessary in build.sh
8 years ago
Yu Yang
a720d21dcd
Paddle always not use `virtualenv` to unit-test
...
* User must install Paddle python package before unittest.
* Or use docker to build Paddle
8 years ago
Yu Yang
aa57f0fc85
Cat error log if cpack failed
8 years ago
Yu Yang
6cde6fc187
Follow comments
8 years ago
Yu Yang
359e79e543
Faster Python unittest
...
* Do not use `virtualenv` in Docker
* Split unittest into many target, make them parallel
8 years ago
Yu Yang
f4f0119cdc
Merge pull request #3205 from reyoung/feature/fix_base_martix
...
Fix CPU compile
8 years ago
Tao Luo
ca39600930
Merge pull request #3168 from tensor-tang/develop
...
update MKLDNN cmakes
8 years ago
Yu Yang
16c5de1ff0
Parallel CPack
8 years ago
Yu Yang
26f43a8c2a
Faster build
8 years ago
Luo Tao
8f88972d53
add wget in docker production image
8 years ago
tensor-tang
1bd64f18ed
move MKLDNN and MKLML install path to build third party path
...
and disable both when build doc and MacOS
8 years ago
Helin Wang
22be2b2bb8
fix travis check style
8 years ago
Helin Wang
37624b30ff
Fix Go pre-commit
8 years ago
Liu Yiqun
8a3e735307
Delete the blank line at the end of script file build_android.sh.
8 years ago
Liu Yiqun
ac8c8bd5fb
Merge branch 'develop' into update_android_dockerfile
8 years ago
武毅
23b8346072
Fault tolerant distributed training, just work version, with etcd ( #2849 )
...
* using etcd as fault tolerant training
* update
* workable version, ft not tested
* small fix
* update
* remove TODO
8 years ago
Liu Yiqun
450cf18b53
Add Go compiler to Dockfile.android and rename the build directory to build-android.
...
The newest developing image was push to dockerhub, named xreki/paddle-android:dev.
8 years ago
Liu Yiqun
62908dcc24
Move the download of ndk to build_android.sh script file.
8 years ago
Liu Yiqun
95897fd1e1
Add build_android task on Travis CI.
8 years ago
yi.wu
9f64332258
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_golang_precommit
8 years ago
gongweibao
204869c2da
fix bugs
8 years ago
wuyi05
7c6aa04f61
add go pre-commit and travis build
8 years ago
gongweibao
d8941e67ec
fix bugs
8 years ago
wuyi05
714c2c2d42
fix go get -d ./..
8 years ago
Yu Yang
be54d38a1f
Cache Paddle Default ThirdParty Dir
8 years ago
Yu Yang
9dd211f6c6
Add Third Party Path back to TravisCI cache.
8 years ago
Yi Wang
0cbe120d8c
Remove paddle/script/travis/main.sh
8 years ago
Yi Wang
72c1a7fb5e
Remove common.sh
8 years ago
Yi Wang
c2fc896f5b
Simplify Travis CI configuration
8 years ago
liaogang
f202d4e036
ctest output on failure
8 years ago
liaogang
35d03c847c
remove VERBOSE in ctest
8 years ago
gangliao
a9e143ea2a
Merge pull request #2016 from typhoonzero/fix1995
...
Delete paddle/dist before build
8 years ago
Yu Yang
ec6068b187
Tinker with TravisCI
8 years ago
Yu Yang
19127b479c
Fix bug in run_python_tests.sh
...
* Also, test_plot cannot run in MacOS because of matplotlib & ipython's
limit.
* Add missing dependency in setup.py.
* fix #2264
8 years ago
Yiqun Liu
676250448b
Merge pull request #2180 from Xreki/dockerfile_for_android
...
Dockerfile for android
8 years ago
Yu Yang
6a6d23b82d
Merge pull request #2157 from reyoung/feature/remove_deploy_doc_for_release_0.10.0
...
Remove deploy documentation for 0.10.0
8 years ago
Liu Yiqun
2d201c7c75
Merge branch 'develop' into dockerfile_for_android
8 years ago
liaogang
f5900d38e2
delete locale
8 years ago
Yu Yang
4201debc72
Remove deploy documentation for 0.10.0
8 years ago
Liu Yiqun
d264585131
Merge branch 'develop' into dockerfile_for_android
8 years ago
Liu Yiqun
89bb7fd2bf
Delete the ndk directory in Dockerfile.
8 years ago
liaogang
373cdb543c
Fix locales to en_US.UTF-8
8 years ago
Yi Wang
49b77855fe
Merge pull request #2040 from wangkuiyi/use-ubuntu-16
...
Use ubuntu 16
8 years ago
Yi Wang
e59c183afb
Remove -D CPACK_DEBIAN_PACKAGE_DEPENDS="" from the invocation of cpack
8 years ago
Yi Wang
549d945aab
Resolve conflict
8 years ago
dangqingqing
e3fd0d56f4
Pass unit test
8 years ago
Liu Yiqun
d5b7e92cab
Add dockerfile and build script for Android.
8 years ago
liaogang
faf26f0a6d
force delete packages before unit test
8 years ago
gangliao
542b103f57
Merge pull request #2034 from gangliao/new_python
...
using one thread to dump sequential output
8 years ago
Yi Wang
e84e69e141
Update Dockerfile and build.sh
8 years ago
Yi Wang
fa288b70af
Ongong work
8 years ago
gangliao
afcb58c4d6
Merge pull request #2017 from emailweixu/add_python_test
...
run python tests in virtualenv
8 years ago
liaogang
feaf12d4f2
fix bug when enable gpu unit test on docker
8 years ago
liaogang
e4656c2717
using one thread to dump sequential output
8 years ago
emailweixu
5458be6644
Update run_python_tests.sh
8 years ago
emailweixu
bc01717ce2
Update run_python_tests.sh
8 years ago
emailweixu
0762f7ee9b
Update run_python_tests.sh
8 years ago
emailweixu
710198026f
Update run_python_tests.sh
8 years ago
emailweixu
883cb22743
Update run_python_tests.sh
8 years ago
emailweixu
5e38c2b675
Update run_python_tests.sh
...
keep debugging
8 years ago
emailweixu
01b5d223b6
Update run_python_tests.sh
...
debug
8 years ago
gangliao
4c31f1892c
add verbose output for unit test
8 years ago
xuwei06
71c77cbed5
Use IPython 5.3 for unittest
8 years ago
xuwei06
6a7feb35e5
run python tests in virtualenv
...
When using system python, "pip install" needs root previlege. Using virtualenv to avoid this.
8 years ago
gangliao
b24f6d0fea
accelerate test and add debug info
8 years ago
yi.wu
6f6882802f
delete paddle/dist before build
8 years ago
xuwei06
7e29901ab2
Avoid relink executables when cmake files are changed
...
In the original util.cmake. enable_virtualenv.c is always regenerated when cmake files are changed, which leads to the relinking of all the targets depends on paddle_utils.
8 years ago
Luo Tao
c810e6a7c0
Merge branch 'develop' into release/0.10.0
8 years ago
Luo Tao
fe496f171d
auto deploy doc on release branch, and refine doc
8 years ago
xuwei06
bf1320a732
Skip cpplint if source is not changed.
...
Change-Id: Ia29cd3d205e401dc3d04fbaf3cba2b01f2f4f0ca
8 years ago
Helin Wang
50ab8723ca
make docker build command for building prodction image more precise
8 years ago
Helin Wang
45942268b8
make docker build command for building prodction image more precise
8 years ago
qijun
9e11c20f91
fix bug
8 years ago
qijun
b4e459b99c
update wirte_docs_cn.rst
8 years ago
qijun
f9a5a2c099
follow comments
8 years ago
reyoung
9b45b26588
Done with docker package
8 years ago
reyoung
f192800091
Refine Docker build
8 years ago
qijun
4495878115
update docker build doc
8 years ago
Yu Yang
b3c6cd03d5
Merge branch 'release/0.10.0' into curl_is_also_need_by_paddle
8 years ago
reyoung
5f41d2814b
Make docker build use deb package.
8 years ago
qijun
7b16103f87
update comments
8 years ago
qijun
2c4892c968
find whl path
8 years ago
qijun
190e429dfd
add some comments
8 years ago
qijun
81e0f5a4e2
correct with_testing option
8 years ago
qijun
2925f0089a
fix wrong path of pip install *whl
8 years ago
qijun
0344c086e5
fix build.sh
8 years ago
qijun
99ae4dae46
add build paddle_docs_cn
8 years ago
qijun
feccfc8333
fix with_doc build option
8 years ago
QI JUN
289b23e757
Merge pull request #1839 from QiJune/feature/fix_with_doc_build_option
...
Feature/fix with doc build option
8 years ago
qijun
3dae7c53e5
update comments
8 years ago
Yu Yang
e703cf4e05
Standerlizd debian package
8 years ago
qijun
a278048b35
find whl path
8 years ago
qijun
d1052de117
add some comments
8 years ago
qijun
b896b48400
correct with_testing option
8 years ago
Yu Yang
771bbe6027
Fix Production Docker Image's mirror settings.
8 years ago
gangliao
4fa8fdc3c0
Merge pull request #1837 from reyoung/feature/fix_travis_build_error
...
Fix travis ci error.
8 years ago
gangliao
1f92f42284
Merge pull request #1836 from reyoung/feature/fix_travis_build_error
...
Fix travis ci error.
8 years ago
qijun
37db05f915
fix wrong path of pip install *whl
8 years ago
qijun
e9f0ee07cb
fix build.sh
8 years ago
Yu Yang
12dea70fd0
Fix travis ci error.
...
* `pip install` using `find` utility
8 years ago
qijun
d8b1124600
Merge remote-tracking branch 'baidu/develop' into feature/fix_with_doc_build_option
8 years ago
liaogang
4d3f9107c7
Add pip install paddle wheel package in Dockerfile
8 years ago
gangliao
a854822335
Add pip install paddle wheel package in Dockerfile
8 years ago
qijun
d75399d5e3
add build paddle_docs_cn
8 years ago
qijun
2076a92fe4
fix with_doc build option
8 years ago
Yu Yang
899caa6dda
Fix Production Docker Image's mirror settings.
8 years ago
yi.wu
69e6a0f5ec
fix docker image pythonhome
8 years ago
Yancey
caffcc8314
Merge pull request #1707 from Yancey1989/woboq_view
...
reading source code with woboq
8 years ago
Yancey1989
a073575557
to enable building ==> to enable the building of
8 years ago
Yu Yang
b3b08c0bc7
Default `--rm` when `docker run` in README.md
...
Otherwise, it will create many containers which are not usefull.
8 years ago
Yancey1989
82764fdfc5
update
8 years ago
jacquesqiao
06b2e4d29f
Merge pull request #1715 from jacquesqiao/clean-cmake
...
remove WITH_PREDICT_SDK
8 years ago
qiaolongfei
49cc06285f
remove WITH_PREDICT_SDK
8 years ago
Yancey1989
8b15be64e1
update
8 years ago
Yancey1989
95972aaa29
update
8 years ago
Yancey1989
35e0f970c2
update
8 years ago
liaogang
194a3b8ae9
Revise docker docs
8 years ago
Luo Tao
137d2cb24f
remove with_metric_learning
8 years ago
liaogang
699da5be1a
Modify cudnn.so in dockerfile
8 years ago
Yancey1989
587a05e5e0
reading source code with woboq
8 years ago
liaogang
b5e0bbf35c
ln -s cudnn v5
8 years ago
liaogang
2c21b6d2dc
Upgrade cuda to 8.0
8 years ago
yi.wu
47aaba5236
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix1678
8 years ago
yi.wu
cc82c27544
update
8 years ago
qiaolongfei
8d10846e0e
change ON_COVERALLS to WITH_COVERAGE
8 years ago
yi.wu
7ca0c6ccff
separate build and run tests
8 years ago
gangliao
edf95da981
Merge pull request #1675 from helinwang/gpu
...
fix gpu dockerbuild
8 years ago
武毅
001b426dc0
Merge pull request #1642 from typhoonzero/dockerreadme
...
Update docker build instructions
8 years ago
Helin Wang
6737c75883
fix gpu dockerbuild
8 years ago
gangliao
4951c46286
Merge pull request #1673 from helinwang/version
...
fix paddle pip install package version
8 years ago
yi.wu
8f79efc846
update README
8 years ago
yi.wu
3569466d6e
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dockerreadme
8 years ago
Helin Wang
cebc13a37c
fix paddle pip install package version
8 years ago
Helin Wang
7485e5d750
refine docker build
8 years ago
yi.wu
dfe6450648
build use release
8 years ago
yi.wu
5d0f9d31c9
update docker build scripts and readme
8 years ago
yi.wu
06664fa18a
add docker build instructions
8 years ago
Yi Wang
ac5ff8785c
Use Grammarly with the design doc
8 years ago
Yancey1989
5eeb18705a
delete deb path
8 years ago
gongweibao
21e878ff21
Merge pull request #1598 from typhoonzero/thinnerdocker
...
Thinner docker image
8 years ago
yi.wu
e8d33bee47
gpu image dependencies
8 years ago
yi.wu
0b4d456046
add python requests, add DELETE_BUILD_CACHE arg
8 years ago
yi.wu
653c981df9
tags for build docker image
8 years ago
yi.wu
1ab419a1bd
new design: #1625
8 years ago
Yi Wang
42cb7a201c
Update Docker build design doc to incorporate comments
8 years ago
yi.wu
c1d5aaa15c
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into thinnerdocker
8 years ago
yi.wu
3298d3075d
production image name paddle not paddle-core
8 years ago
王益
db045acb21
Improve the design doc of Docker build
8 years ago
yi.wu
1b269dbe06
use deb to build paddle-core image
8 years ago
yi.wu
f66fd44fec
do not use docker cp
8 years ago
gongweibao
815b4913e3
pre-commit check
8 years ago
gongweibao
b7a5d27efd
precommit check
8 years ago
gongweibao
289d2e2da6
del some
8 years ago
gongweibao
824b193fec
add READM.md
8 years ago
gongweibao
b07d95d3fb
add README.md
8 years ago
yi.wu
a6eec0228c
thinner docker
8 years ago
Helin Wang
00f88d4449
reduce docker image size by removing /build in or docker build
8 years ago
liaogang
b48ebd16c8
Fix git submodule in docker
8 years ago
liaogang
c043d71840
Add Book in Docker
8 years ago
Yu Yang
af607df2f9
Merge pull request #1546 from reyoung/feature/v2_docs
...
Start doing v2 documentation
8 years ago
Yu Yang
6b0961a3c1
auto deployment paddle documentation
...
* Change build process to generate v2 documentation
* Add directory for v2 api
* Correct sphinx index soft-link
8 years ago
Helin Wang
f9ea339dd0
remove osx build from CI
...
We don't officially support OSX.
And Travis CI takes a lot of time to build osx. (long time in pending state.
Probably because travis ci don't have enough osx machines.
8 years ago
Yu Yang
fd5778ab23
Fix unittest
8 years ago
liaogang
a82341bbb1
Update Dockerfile GPU
8 years ago
liaogang
15972c0852
Add git credential to skip password typing
8 years ago
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
8 years ago
Yu Yang
5b1ba87320
Add version check for paddle
8 years ago
Yu Yang
4705083ee1
Update dockerfile tags
8 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.
8 years ago
Yu Yang
836d61382f
Update pre-commit-config
...
* Check all files by pre commit hooks
8 years ago
qijun
319742c641
format python code in demo, doc, doc_cn and paddle directories
8 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.
8 years ago
Yu Yang
57bc6238d9
enable swig unittest in travis-ci ( #394 )
...
* Init
* Add numpy deps
* Refine
8 years ago
gangliao
3e2dc77cc7
Add code coverage and coveralls ( #296 )
8 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
8 years ago
Yu Yang
ee028bb5ea
Add How to build docs ( #312 )
8 years ago
Yu Yang
3edc4202b0
Add travis for osx ( #189 )
8 years ago
Yu Yang
0276f15a45
add scripts to build ubuntu install package. ( #132 )
...
* also refine install docs, too
8 years ago
Yu Yang
baaaa0b09d
Add NOAVX Docker image scripts. ( #129 )
...
* Add noavx to docker
* Not to use directory to split Docker image.
8 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