guochaorong
ee65272933
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_docker_build
7 years ago
guochaorong
a58d228359
fix docker build using cdn url
7 years ago
minqiyang
448ca8a46d
Move LinkChecker from requirements to Dockerfile
...
Move six.moves.queue to Queue
7 years ago
Tao Luo
7a735f259f
use -rpath to fix libmklml_intel.so not found ( #11806 )
...
* use -rpath to fix libmklml_intel.so not found
* only remain $ORIGIN/../libs in rpath of core.so
* test
* test
* add rpath of libmkldnn.so.0
* check return value of os.system
* remove check return value of patchelf
7 years ago
Qiyang Min
dda24f18b7
Fix kill fail bug ( #11635 )
...
* 1. Remove PYTHON_FLAGS from paddle_build.sh in paddlepaddle/paddle:latest-dev
* 1. Add PYTHON_FLAGS back
2. Change SIGKILL to SIGINT and SIGTERM
* 1. Add setup.py.in back
* 1. add pip install open-cv in Dockerfile to avoid libusb_exit hanging up which is caused by the opencv-python package missing
* 1. Add the && \ to line above
* 1. Remove the notice comment
7 years ago
Luo Tao
4aaeeba738
use apt install -y python-opencv to run flower dataset
7 years ago
Tao Luo
8c12436fe6
Merge pull request #10800 from reyoung/feature/fix_dev_img_build
...
Fix dev image build on nodes of yq
7 years ago
gongweibao
9d723b8c58
Add docstring checker. ( #9848 )
7 years ago
Lei Wang
72149c1675
scripts: clean bash scripts. ( #10721 )
...
* scripts: clean bash scripts.
* Fix build related documents.
7 years ago
yuyang18
84246284b5
Fix dev image build on nodes of yq
...
It seems that the `doxygen` package will remove system includes...
It should be a bug of ubuntu or docker. Since we are not using doxygen
now, just remove this package.
7 years ago
Yancey
17f503726b
use latest pip version in dev and production Docker image ( #10760 )
...
* use latest pip version
* fix ci
* update by comment
7 years ago
Luo Tao
5baae6ee92
add ccache in Dockerfile to speed up compile
7 years ago
dzhwinter
eb6f9dd5de
Feature/cuda9 cudnn7 ( #10140 )
...
* "re-commit "
* "picked up"
* "fix ci"
* "fix pdb hang up issue in cuda 9"
7 years ago
Luo Tao
71f51ff64a
refine tensorrt cmake and dockerfile
7 years ago
gongweibao
12ae354a10
Fix cudnn version( #10088 )
7 years ago
Luo Tao
d4682247e1
auto find tensorrt library
7 years ago
Yan Chunwei
186659798f
add tensorrt build support( #9891 )
7 years ago
Yancey1989
04a652c636
specified pip version in dev image
7 years ago
Yang Yang
0532bc4078
init
7 years ago
weixing02
45eb94e61f
Add comments
7 years ago
weixing02
fdc3843f22
The sphinx version is specified as 1.5.6 in the Dockerfile
7 years ago
QI JUN
44e3015412
fix nccl version ( #8540 )
...
* fix nccl version
* enable nccl test
7 years ago
dangqingqing
da018e31bd
Remove boost installing step and remove boost installation in Dockerfile scripts.
7 years ago
武毅
0a8a86e0c9
Send recv op ( #5520 )
...
* WIP send recv op
* WIP send recv
* put grpc impl in details
* put grpc impl in details
* update wip
* update proto
* update proto
* update proto
* clean cmake
* wip on op implementations
* wip on op implementations
* compile ok adding ut
* wip unitest
* add extern cares for linking
* wip add ut
* working version send recv
* revert optimizer.py
* update test cmake
* add libtool to dockerfile
* update cmake dependency
* update cmake depends
* update cmake grpc depends
* fix cmake dependency
* fix compile error
* fix compile
* follow comments
* update
* update copyfrom
7 years ago
Yu Yang
784fc32bfa
Add nccl to docker image
8 years ago
Yi Wang
f22ece9273
Add a document on building using Docker
8 years ago
qijun
95fe318e3e
init
8 years ago
dong zhihong
e9e6abfa64
remove comments
8 years ago
dong zhihong
0405e88440
fix numpy docker
8 years ago
dong zhihong
e0ccc178bc
simplify docker script
8 years ago
qijun
3349766c69
add TODO comment
8 years ago
qijun
f48e2fafb4
fix pip install error
8 years ago
qijun
ed4ea67467
refine dockerfile
8 years ago
qijun
b49a1644ab
add soft links to gcc4.8 version
8 years ago
liaogang
ca6c296356
update
8 years ago
liaogang
7d977e885e
add pip install opencv-python
8 years ago
liaogang
3736e3dfdf
add python unit test dependencies
8 years ago
Yi Wang
54cda76fe8
Refactorize enforece_test.cc
8 years ago
Yi Wang
95fb16177c
Merge pull request #3326 from wangkuiyi/remove_curl_progress_info
...
Remove curl progress info in Dockerfile
8 years ago
Yi Wang
aeb84fa1bf
Remove curl progress info in Dockerfile
8 years ago
Yi Wang
72284b39d8
Update Dockerfile
8 years ago
Yi Wang
83cadd887f
Make wget quite
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
49b9f6eb45
Update numpy version in docker file
8 years ago
Yu Yang
37fe8bf9e5
Update dockerfile's numpy
8 years ago
Yi Wang
eed1a0dd54
Constraint GCC version to 4.8 in Dockerfile so to be compatible with Eigen GPU code
8 years ago
dongzhihong
12fe514dd3
"fix unrar in docker"
8 years ago
wuyi05
43df615059
update dockerfile
8 years ago
wuyi05
9b12404563
update dockerfile
8 years ago
wuyi05
cee264f3f9
update for comments
8 years ago