nv-morpheus / Morpheus

Morpheus SDK
Apache License 2.0
346 stars 128 forks source link

[BUG]: Build C++ examples in `developer_guide` failed in release container #1772

Closed yczhang-nv closed 3 months ago

yczhang-nv commented 3 months ago

Version

24.06

Which installation method(s) does this occur on?

Docker

Describe the bug.

The build failed:

In file included from /opt/conda/envs/morpheus/include/cudf/column/column_view.hpp:19, from /opt/conda/envs/morpheus/include/cudf/table/table_view.hpp:18, from /opt/conda/envs/morpheus/include/morpheus/objects/table_info_data.hpp:20, from /opt/conda/envs/morpheus/include/morpheus/objects/table_info.hpp:23, from /opt/conda/envs/morpheus/include/morpheus/messages/meta.hpp:22, from /opt/conda/envs/morpheus/include/morpheus/messages/multi.hpp:21, from /workspace/examples/developer_guide/3_simple_cpp_stage/src/simple_cpp_stage/_lib/pass_thru.hpp:21, from /workspace/examples/developer_guide/3_simple_cpp_stage/src/simple_cpp_stage/_lib/pass_thru.cpp:18: /opt/conda/envs/morpheus/include/cudf/utilities/error.hpp:21:10: fatal error: cuda.h: No such file or directory 21 | #include | ^~~~ compilation terminated. ninja: build stopped: subcommand failed.

Minimum reproducible example

No response

Relevant log output

Click here to see error details

 [Paste the error here, it will be hidden by default]

Full env printout

Click here to see environment details

 [Paste the results of print_env.sh here, it will be hidden by default]

Other/Misc.

No response

Code of Conduct