mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-24 20:14:58 -05:00
Docker container crash and restart all time #395
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 @MitsuhaKitsune on GitHub (Mar 3, 2024).
Bug Report
When I try to start the docker container following the readme and guide, the container start to restart in loop constantly.
Description
Bug Summary:
Docker container crash and restart on startup
Steps to Reproduce:
Just run this command:
docker run -d --network=host -v open-webui:/app/backend/data -e OLLAMA_API_BASE_URL=http://192.168.1.10:11434/api --name open-webui --restart always ghcr.io/open-webui/open-webui:mainExpected Behavior:
Docker container start successfull and let me open the web UI
Actual Behavior:
Docker container crash and restart on startup
Environment
Reproduction Details
Confirmation:
Logs and Screenshots
Browser Console Logs:
[Include relevant browser console logs, if applicable]
Docker Container Logs:
Screenshots (if applicable):
[Attach any relevant screenshots to help illustrate the issue]
Installation Method
Docker
Additional Information
Logs don't provide any aditional info
Note
If the bug report is incomplete or does not follow the provided instructions, it may not be addressed. Please ensure that you have followed the steps outlined in the README.md and troubleshooting.md documents, and provide all necessary information for us to reproduce and address the issue. Thank you!
@MitsuhaKitsune commented on GitHub (Mar 3, 2024):
I try to run the webui from source code, and I can see "Illegal instruction" that crash the program.
Uncompatible hardware maybe? I explain better my enviroment:
I just trying to run the webui on one of my servers of my LAN (HP ProLiant MicroServer G7 HSTNS 5151 N54L), but didn't have a recent CPU or GPU to run AI, just want the UI, the ollama server are on other hardware of my LAN.
@tjbck commented on GitHub (Mar 3, 2024):
Hmm, unable to reproduce the issue at all. Might have something to do with your hardware configuration, moving to discussion.