mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
Windows 11 does not automatically update Open WebUI from Docker #1116
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 @Morphus01 on GitHub (Jun 3, 2024).
Bug Report
I had problems that the local host with WSL in Linux, did not connect to the ollama url in Windows, so I installed with docker with NVIDIA support, but I have tried to pull the last docker in the cmd:
" docker pull ghcr.io/open-webui/open-webui:latest
latest: Pulling from open-webui/open-webui"
But after a refresh of OpenWebUI stills in 0.125
@justinh-rahb commented on GitHub (Jun 3, 2024):
Just pulling the new image doesn't make Docker use it, you must remove your previous container and recreate it.