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
Hi,
I tried to use this command install opencv in docker, but it seems there is an error.
This is part of my Dockerfile
I put the build_opencv.sh under assets/${ARCH}
#! install ML Related Stuff
COPY assets/${ARCH} "${REPO_PATH}/install"
RUN "${REPO_PATH}/install/install.sh"
RUN "${REPO_PATH}/install/build_opencv.sh"
this is output.
The command '/bin/bash -c "${REPO_PATH}/install/build_opencv.sh"' returned a non-zero code: 1
An error occurred while building the project image.
could you please help me with that?
The text was updated successfully, but these errors were encountered:
Hi,
I tried to use this command install opencv in docker, but it seems there is an error.
This is part of my Dockerfile
I put the build_opencv.sh under assets/${ARCH}
#! install ML Related Stuff
COPY assets/${ARCH} "${REPO_PATH}/install"
RUN "${REPO_PATH}/install/install.sh"
RUN "${REPO_PATH}/install/build_opencv.sh"
this is output.
The command '/bin/bash -c "${REPO_PATH}/install/build_opencv.sh"' returned a non-zero code: 1
An error occurred while building the project image.
could you please help me with that?
The text was updated successfully, but these errors were encountered: