Closed amararjun closed 1 year ago
You are probably using an old version of docker that doesn't have buildkit enabled by default.
You can try to add DOCKER_BUILDKIT=1
in front of your docker build command
Also, to avoid further problems, update your firmware to the latest version. The 1.5 version of the sdk have a breaking change. It won't work with fw lower than 11.0
@Corallo Thank you for ,as always, the prompt reply. It solved the two errors I encountered.
Describe the bug
While trying "opencv-image-capture-cpp" and " parameter-api" the docker build gives an error
docker build --tag $APP_NAME --build-arg ARCH .
To reproduce
docker build --tag $APP_NAME --build-arg ARCH .
Environment