ERROR: failed to solve: process "/bin/sh -c python3 -m demucs -d cpu test.mp3" did not complete successfully: exit code: 139 #32
zfarrell13
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I am trying to build this docker image on a M1 mac - CPU
I cannot for some reason get a successful build.
I have ensured Ive copied a test.mp3 file with the following line before the run test line
COPY .../test.mp3 /lib/demucs/test.mp3
RUN python3 -m demucs -d cpu test.mp3
and since im on an M1 i changed the base image to be
FROM ubuntu:22.04
continuing to get the error:
ERROR: failed to solve: process "/bin/sh -c python3 -m demucs -d cpu test.mp3" did not complete successfully: exit code: 139
could anyone assist?
Beta Was this translation helpful? Give feedback.
All reactions