We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The steps followed were:
docker pull paddlepaddle/PaddlePaddle.org:latest
docker run -it -v
:/var/content -p 8000:8000 paddlepaddle/paddlepaddle.org:latest
The following error shows up every time and prevents it from rendering the operators, executor and fluid:
operators
executor
fluid
[100%] Building CXX object paddle/pybind/CMakeFiles/print_operators_doc.dir/print_operators_doc.cc.o [100%] Linking CXX executable print_operators_doc ../../third_party/install/openblas/lib/libopenblas.a(setparam_OPTERON.o):(.data.rel+0x6a8): undefined reference to `ctrsm_ilnncopy_OPTERON' collect2: error: ld returned 1 exit status paddle/pybind/CMakeFiles/print_operators_doc.dir/build.make:283: recipe for target 'paddle/pybind/print_operators_doc' failed make[3]: *** [paddle/pybind/print_operators_doc] Error 1 CMakeFiles/Makefile2:21096: recipe for target 'paddle/pybind/CMakeFiles/print_operators_doc.dir/all' failed make[2]: *** [paddle/pybind/CMakeFiles/print_operators_doc.dir/all] Error 2 CMakeFiles/Makefile2:21108: recipe for target 'paddle/pybind/CMakeFiles/print_operators_doc.dir/rule' failed make[1]: *** [paddle/pybind/CMakeFiles/print_operators_doc.dir/rule] Error 2 Makefile:4329: recipe for target 'print_operators_doc' failed make: *** [print_operators_doc] Error 2
The above error shows up at the step : make -j 8 paddle_docs print_operators_doc
make -j 8 paddle_docs print_operators_doc
The text was updated successfully, but these errors were encountered:
You can try the command:
Paddle/paddle/scripts/docker/build.sh
Lines 109 to 118 in 29b2693
Sorry, something went wrong.
Maybe we should update write_docs_en.rst and write_docs_cn.rst.
cs2be
kavyasrinet
No branches or pull requests
The steps followed were:
docker pull paddlepaddle/PaddlePaddle.org:latest
docker run -it -v
pwd:/var/content -p 8000:8000 paddlepaddle/paddlepaddle.org:latest
The following error shows up every time and prevents it from rendering the
operators
,executor
andfluid
:The above error shows up at the step :
make -j 8 paddle_docs print_operators_doc
The text was updated successfully, but these errors were encountered: