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 not install it in docker #78

Open
mmldxxn opened this issue Jul 12, 2023 · 1 comment
Open

Can not install it in docker #78

mmldxxn opened this issue Jul 12, 2023 · 1 comment

Comments

@mmldxxn
Copy link

mmldxxn commented Jul 12, 2023

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?

@kangaroo-0000
Copy link

Same issue. following. bash.txt

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