We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi i run docker build for controlnet but error, please help me !
ERROR: failed to solve: process "/bin/bash -o pipefail -c apt-get install software-properties-common -y" did not complete successfully: exit code: 100
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi i run docker build for controlnet but error, please help me !
Dockerfile:23
21 |
22 | RUN apt-get update && apt-get install -y --no-install-recommends
23 | >>> RUN apt-get install software-properties-common -y
24 | RUN add-apt-repository ppa:deadsnakes/ppa
25 | RUN apt-get install python3.8 -y
ERROR: failed to solve: process "/bin/bash -o pipefail -c apt-get install software-properties-common -y" did not complete successfully: exit code: 100
The text was updated successfully, but these errors were encountered: