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
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
Just pulling the new image doesn't make Docker use it, you must remove your previous container and recreate it.
docker rm -f open-webui
<your docker run command again>
@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.
```bash
docker rm -f open-webui
<your docker run command again>
```
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 @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.