-
-
Notifications
You must be signed in to change notification settings - Fork 357
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
I use Macbook M1 the docker image is not support my system. #60
Comments
To get it to work on M1, then we have to change the Docker Compose file to build the images locally, not fetch them from Github. docker-compose.yml:
|
Seems that building the Docker images gets stuck at this step:
|
Looks like pyllamacpp may not work on Mac? I don't see why it wouldn't or why docker would operate differently in Mac than Linux. |
After removing pyllamaccp and deleting the Python file, it finally builds. |
There seems to be a clash in Mac with the 5000 port as well for backend. |
Please see #67 and pull the latest. |
If you've already tried running with docker-compose, you may need to do the following after pulling latest changes:
Then do:
|
Please continue this conversation in #61 - we have some more information over there and there is a lot of overlap with this issue. |
% docker compose up -d
[+] Running 0/2
⠴ backend Pulling 2.4s
⠴ frontend Pulling 2.4s
no matching manifest for linux/arm64/v8 in the manifest list entries
The text was updated successfully, but these errors were encountered: