mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 04:16:03 -05:00
Configuring open-webui in Windows Server 2019 #670
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 @Micahelb on GitHub (Apr 18, 2024).
Bug Report
Error when running the commands.
docker run -d -p 3000:8080 --add-host=host.docker.internal:host-gateway -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:main
docker pull ghcr.io/open-webui/open-webui:main
Description
Being trying to deploy open-webui on my Windows Server 2019 VM, which already has OLLAMA running fine with LLAMA2 module.
I've been following the official guithub and webpage of Open Web UI.
Bug Summary:
I have OLLAMA running fine as I checked by browsing http://127.0.0.1:11434.
I am getting error when I ran this command,
docker run -d -p 3000:8080 --add-host=host.docker.internal:host-gateway -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:main
ERROR:
PS C:\Ollama-web\open-webui> docker run -d -p 3000:8080 --add-host=host.docker.internal:host-gateway -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:main
Unable to find image 'ghcr.io/open-webui/open-webui:main' locally
main: Pulling from open-webui/open-webui
docker: no matching manifest for windows/amd64 10.0.17763 in the manifest list entries.
See 'docker run --help'.
As per documentation here: https://docs.openwebui.com/getting-started/#quick-start-with-docker-, as long as I have OLLAMA up and running and so docker, this command should work.
Upon further investigation, I tried to run a docker pull against the supposed image repo, and seems that on this repo there isn't an image matching Windows Server 2019 built.
ERROR2:
PS C:\Ollama-web\open-webui> docker pull ghcr.io/open-webui/open-webui:main
main: Pulling from open-webui/open-webui
no matching manifest for windows/amd64 10.0.17763 in the manifest list entries
Steps to Reproduce:
Downloaded and Installed OLLAMA from here: https://ollama.com/download/windows
Downloaded and Installed Docker on Windows Server as per MS article: https://learn.microsoft.com/en-us/virtualization/windowscontainers/quick-start/set-up-environment?tabs=dockerce#windows-server-1
Downloaded and Installed Git from here: https://git-scm.com/download/win
Cloned Git with command: git clone https://github.com/open-webui/open-webui.git
Environment
Reproduction Details
Confirmation: