[GH-ISSUE #11224] issue: Embedding model set: sentence-transformers/all-MiniLM-L6-v2 THEN exited with code 0 (DOCKER) #16151

Closed
opened 2026-04-19 22:09:50 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @toddpage on GitHub (Mar 5, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/11224

Check Existing Issues

  • I have searched the existing issues and discussions.

Installation Method

Git Clone

Open WebUI Version

ghcr.io/open-webui/open-webui:main

Ollama Version (if applicable)

ollama/ollama:latest

Operating System

Ubuntu 22.04

Browser (if applicable)

No response

Confirmation

  • I have read and followed all instructions in README.md.
  • I am using the latest version of both Open WebUI and Ollama.
  • I have checked the browser console logs.
  • I have checked the Docker container logs.
  • I have listed steps to reproduce the bug in detail.

Expected Behavior

To start up and run

Actual Behavior

Exits with open-webui exited with code 0.

Start up ollama and open-webui via docker compose. Using the same yaml as another server, which works. It starts but hangs at

Steps to Reproduce

docker compose up

Logs & Screenshots

open-webui | /app/backend/open_webui open-webui | /app/backend open-webui | /app open-webui | INFO [alembic.runtime.migration] Context impl SQLiteImpl. open-webui | INFO [alembic.runtime.migration] Will assume non-transactional DDL. open-webui | INFO [open_webui.env] 'DEFAULT_LOCALE' loaded from the latest database entry open-webui | INFO [open_webui.env] 'DEFAULT_PROMPT_SUGGESTIONS' loaded from the latest database entry open-webui | WARNI [open_webui.env] open-webui | open-webui | WARNING: CORS_ALLOW_ORIGIN IS SET TO '*' - NOT RECOMMENDED FOR PRODUCTION DEPLOYMENTS. open-webui | open-webui | INFO [open_webui.env] Embedding model set: sentence-transformers/all-MiniLM-L6-v2 open-webui exited with code 0

`
open-webui:
build:
context: .
args:
OLLAMA_BASE_URL: '/ollama'
dockerfile: Dockerfile
image: ghcr.io/open-webui/open-webui:main
container_name: open-webui
volumes:
- /opt/machineLearning/ollama:/app/backend/data
depends_on:
#- ollama
- ollama-server
ports:
- ${OPEN_WEBUI_PORT-3010}:8080
#- "3011:8081
environment:
- 'OLLAMA_BASE_URL=http://ollama:11434'
- 'WEBUI_SECRET_KEY='
extra_hosts:
- host.docker.internal:host-gateway
restart: unless-stopped

`

Additional Information

No response

Originally created by @toddpage on GitHub (Mar 5, 2025). Original GitHub issue: https://github.com/open-webui/open-webui/issues/11224 ### Check Existing Issues - [x] I have searched the existing issues and discussions. ### Installation Method Git Clone ### Open WebUI Version ghcr.io/open-webui/open-webui:main ### Ollama Version (if applicable) ollama/ollama:latest ### Operating System Ubuntu 22.04 ### Browser (if applicable) _No response_ ### Confirmation - [x] I have read and followed all instructions in `README.md`. - [x] I am using the latest version of **both** Open WebUI and Ollama. - [x] I have checked the browser console logs. - [x] I have checked the Docker container logs. - [x] I have listed steps to reproduce the bug in detail. ### Expected Behavior To start up and run ### Actual Behavior Exits with `open-webui exited with code 0.` Start up ollama and open-webui via docker compose. Using the same yaml as another server, which works. It starts but hangs at ### Steps to Reproduce docker compose up ### Logs & Screenshots ` open-webui | /app/backend/open_webui open-webui | /app/backend open-webui | /app open-webui | INFO [alembic.runtime.migration] Context impl SQLiteImpl. open-webui | INFO [alembic.runtime.migration] Will assume non-transactional DDL. open-webui | INFO [open_webui.env] 'DEFAULT_LOCALE' loaded from the latest database entry open-webui | INFO [open_webui.env] 'DEFAULT_PROMPT_SUGGESTIONS' loaded from the latest database entry open-webui | WARNI [open_webui.env] open-webui | open-webui | WARNING: CORS_ALLOW_ORIGIN IS SET TO '*' - NOT RECOMMENDED FOR PRODUCTION DEPLOYMENTS. open-webui | open-webui | INFO [open_webui.env] Embedding model set: sentence-transformers/all-MiniLM-L6-v2 open-webui exited with code 0 ` ` open-webui: build: context: . args: OLLAMA_BASE_URL: '/ollama' dockerfile: Dockerfile image: ghcr.io/open-webui/open-webui:main container_name: open-webui volumes: - /opt/machineLearning/ollama:/app/backend/data depends_on: #- ollama - ollama-server ports: - ${OPEN_WEBUI_PORT-3010}:8080 #- "3011:8081 environment: - 'OLLAMA_BASE_URL=http://ollama:11434' - 'WEBUI_SECRET_KEY=' extra_hosts: - host.docker.internal:host-gateway restart: unless-stopped ` ### Additional Information _No response_
GiteaMirror added the bug label 2026-04-19 22:09:50 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#16151