Skip to content
New issue

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

Can't find dali when building MultiDeviceInferencePipeline #28

Open
re1u opened this issue Mar 16, 2020 · 1 comment
Open

Can't find dali when building MultiDeviceInferencePipeline #28

re1u opened this issue Mar 16, 2020 · 1 comment

Comments

@re1u
Copy link

re1u commented Mar 16, 2020

Hi,

I'm trying to build MultiDeviceInferencePipeline for Jetson.
I have the MultiDeviceInferencePipeline environment image built in docker.
I commented in nvidia/multidevice_inference:jetpack-4.1 in Dockerfile.dazel.

Then when I try to execute:
dazel build //MultiDeviceInferencePipeline/... //plugins/... --config=D5L-toolchain I get:

In file included from MultiDeviceInferencePipeline/enginecreator/DALIStream/DALIStream.cpp:22:0:
./MultiDeviceInferencePipeline/enginecreator/DALIStream/DALIStream.h:28:30: fatal error: dali/core/common.h: No such file or directory
compilation terminated.

Any ideas what I am doing wrong? Thanks!

@narendasan
Copy link
Member

Hi are you able to see the file in the container? You can tell by starting the container (docker run -it -rm nvidia/multidevice_inference:jetpack-4.1 /bin/bash) and going to /usr/aarch64-linux-gnu/include/dali.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants