Skip to content

docker build出错 #913

@dayhaha

Description

@dayhaha

按照https://github.com/PaddlePaddle/Paddle/blob/develop/doc/getstarted/build_and_install/docker_install_en.rst 在mac上面进行docker build,出错如下:
In file included from /paddle/paddle/cuda/src/hl_warpctc_wrap.cc:15:0:
/paddle/paddle/cuda/include/hl_warpctc_wrap.h:19:34: fatal error: warp-ctc/include/ctc.h: No such file or directory
#include "warp-ctc/include/ctc.h"
^
compilation terminated.
make[2]: *** [paddle/cuda/CMakeFiles/paddle_cuda.dir/src/hl_warpctc_wrap.cc.o] Error 1
make[1]: *** [paddle/cuda/CMakeFiles/paddle_cuda.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....

然后发现warp-ctc下的文件为空,重新git clone一遍paddle源代码该文件夹也是空的,是需要自己手动去clone warp-ctc的库么?

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions