mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-17 12:31:06 -05:00
ARM support #69
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mikestaub on GitHub (Dec 1, 2023).
I tried running:
docker run -d -p 3000:8080 --add-host=host.docker.internal:host-gateway --name ollama-webui --restart always ghcr.io/ollama-webui/ollama-webui:main
And got this error on my M1 mac:
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
the web-ui container still runs fine
@tjbck commented on GitHub (Dec 2, 2023):
Hi, Thanks for the suggestion. I'll take a look if there are ways to also provide arm builds using Github Actions. I'll close this for now as you can build the container yourself from your machine which would resolve your issue. In the meantime, if you find a way to provide a build for arm using Github Actions, PR is always welcome. Thanks!