lastest-dev on docker hub is out of date
Created by: tonyyang-svail
The latest-dev
on https://hub.docker.com/r/paddlepaddle/paddle/tags/ appears to be 13 days old. Using it to build the latest develop branch gives the following error.
buildconf: libtoolize not found.
You need GNU libtoolize 1.4.2 or newer installed.
CMakeFiles/extern_cares.dir/build.make:106: recipe for target 'third_party/cares/src/extern_cares-stamp/extern_cares-configure' failed
make[2]: *** [third_party/cares/src/extern_cares-stamp/extern_cares-configure] Error 1
CMakeFiles/Makefile2:582: recipe for target 'CMakeFiles/extern_cares.dir/all' failed
make[1]: *** [CMakeFiles/extern_cares.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....