compile error in docker.paddlepaddlehub.com/paddle:latest-dev images
Created by: luotao1
docker images: docker.paddlepaddlehub.com/paddle:latest-dev cmake command:
cmake -DWITH_FLUID_ONLY=ON -DCUDA_ARCH_NAME=Auto -DWITH_TESTING=ON ..
compiler error:
make[2]: *** No rule to make target
'../python/paddle/v2/tests/.test_env/lib/python2.7/posixpath.py', needed by
'python/build/.timestamp'. Stop.
CMakeFiles/Makefile2:30120: recipe for target 'python/CMakeFiles/paddle_python.dir/all'
failed
make[1]: *** [python/CMakeFiles/paddle_python.dir/all] Error 2
Makefile:160: recipe for target 'all' failed
make: *** [all] Error 2