mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
Open WebUI crashes after a model has been downloaded #1531
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 @avirgos on GitHub (Jul 16, 2024).
Bug Report
Description
I have installed
ollamaon a Red Hat server.I started an
open-webuicontainer with bundled ollama support with the following command :docker run -d -p 3000:8080 -v ollama:/root/.ollama -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:ollamaFor professional use, in a private network, I've created a custom image of
ghcr.io/open-webui/open-webui:ollamato add certificates.The container starts up fine, but after downloading a model,

open-webuicrashes completely and I get the following error in the browser console :First I tried with
mixtral:8x7b, then I tried withtinyllama, but I still get the same error...So I don't think it's a storage problem.
Thank you in advance for your help and don't hesitate to ask me if you need any further details.
Environment
Open WebUI Version: 0.3.8
Ollama (if applicable): 0.2.1
Operating System: RHEL 9.4
Browser (if applicable): Microsoft Edge