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
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
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!
@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!
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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!