-
I am using the Here is the service in my compose file (using a MacBook Pro M4):
And here the log output of the container:
Then it stops here. For comparison, here is the log output of b4231 which correctly starts the server loop:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
The CPU docker images currently do not work on ARM, because they use functionality that at the moment is only available on x86. You should be able to build an ARM image by changing the build command in
|
Beta Was this translation helpful? Give feedback.
-
This thread helped me. I'm not sure if my problem was the same but I when I was calling docker to run llamacpp server I kept getting a arch error that the arch didn't match. I'll open a discussion tonight with details. However, going back to -b4231 worked. Doesn't work: This gives the error, "The requested image's platform (linux/arm64) does not match the detected host platform (linux/amd64/v3) and no specific platform was requested" Works: |
Beta Was this translation helpful? Give feedback.
There was a fix merged today, so images should work again. However you will likely get better performance if you build it yourself. The docker images also do not support Metal.