You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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.
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:Any ideas what I am doing wrong? Thanks!
The text was updated successfully, but these errors were encountered: