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

exec format error #675

Open
1 task done
saidhasyim opened this issue Mar 12, 2024 · 2 comments
Open
1 task done

exec format error #675

saidhasyim opened this issue Mar 12, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@saidhasyim
Copy link

saidhasyim commented Mar 12, 2024

Has this issue been opened before?

  • [x ] It is not in the FAQ, I checked.
  • It is not in the issues, I searched.

Describe the bug

After running docker compose --profile invoke up --build, I hit the below.

 => [invoke xformers 1/3] FROM docker.io/library/alpine:3.17@sha256:53cf9478b76f4c8fae126acbdfb79bed6e69e628faff572ebe4a029d3d247d98                             0.7s
 => => resolve docker.io/library/alpine:3.17@sha256:53cf9478b76f4c8fae126acbdfb79bed6e69e628faff572ebe4a029d3d247d98                                             0.1s
 => => sha256:53cf9478b76f4c8fae126acbdfb79bed6e69e628faff572ebe4a029d3d247d98 1.64kB / 1.64kB                                                                   0.0s
 => => sha256:74440a3ca0e58af8aa796467285de45d0e079067c79200f2cfab30d6a38051d8 528B / 528B                                                                       0.0s
 => => sha256:f0fd8fe16bfa55179c65d208ce8abf58197e85136f6a1dc543d2136424fd665c 1.49kB / 1.49kB                                                                   0.0s
 => => sha256:5385a9a590c3e2872b3ed27554a56fb7ce544c694b41b9b95d70fa86f30b0566 3.26MB / 3.26MB                                                                   0.3s
 => => extracting sha256:5385a9a590c3e2872b3ed27554a56fb7ce544c694b41b9b95d70fa86f30b0566                                                                        0.1s
 => [invoke xformers 2/3] RUN apk add --no-cache aria2                                                                                                          63.4s
 => [invoke xformers 3/3] RUN aria2c -x 5 --dir / --out wheel.whl 'https://github.com/AbdBarho/stable-diffusion-webui-docker/releases/download/6.0.0/xformers-  63.8s
 => ERROR [invoke stage-1 2/8] RUN --mount=type=cache,target=/var/cache/apt   apt-get update &&   apt-get install make g++ git libopencv-dev -y &&   apt-get c  55.3s
------
 > [invoke stage-1 2/8] RUN --mount=type=cache,target=/var/cache/apt   apt-get update &&   apt-get install make g++ git libopencv-dev -y &&   apt-get clean &&   cd /usr/lib/x86_64-linux-gnu/pkgconfig/ &&   ln -sf opencv4.pc opencv.pc:
1.568 exec /bin/sh: exec format error
------
failed to solve: process "/bin/sh -c apt-get update &&   apt-get install make g++ git libopencv-dev -y &&   apt-get clean &&   cd /usr/lib/x86_64-linux-gnu/pkgconfig/ &&   ln -sf opencv4.pc opencv.pc" did not complete successfully: exit code: 1
ubuntu@instance-20230910-1418:~/stablediffusion-webui$ 

Which UI

auto or auto-cpu or invoke or comfy?
invoke

Hardware / Software

  • OS: [e.g. Windows 10 / Ubuntu 22.04]
  • OS version: Ubuntu 22.04.3 LTS
  • WSL version (if applicable):
  • Docker Version: 24.0.6
  • Docker compose version: v2.21.0
  • Repo version: master
  • RAM: 24GB
  • GPU/VRAM: No.
@saidhasyim saidhasyim added the bug Something isn't working label Mar 12, 2024
@javix64
Copy link

javix64 commented Mar 31, 2024

hey @saidhasyim did you find any solution for this?

@saidhasyim
Copy link
Author

hey @saidhasyim did you find any solution for this?

No. Unfortunately

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants