Sign inSign up

dockerbuildcom/openwebui

By dockerbuildcom

Updated over 1 year ago

Self-hosted, offline-capable chat & RAG interface for Ollama, OpenAI-compatible APIs and vLLM

Image
Machine learning & AI
Developer tools
Data science
1

4.0K

dockerbuildcom/openwebui repository overview

Open WebUI Docker Image Minimal multi-arch Docker image for Open WebUI - a user-friendly interface for LLMs that supports Ollama, OpenAI API, and more. FeatureDetails🏋️ Targetslinux/amd64🎯 SizeMinimized image size🔐 CVEs fixedAutomated nightly via GitHub Actions🔗 Docshttps://dockerbuild.com/dockers/openwebui Quick Start bash# Basic usage docker run -d -p 3000:8080
-v open-webui:/data
--name open-webui
dockerbuildcom/openwebui:latest

With Ollama on the same host

docker run -d -p 3000:8080
-v open-webui:/data
-e OLLAMA_BASE_URL=http://host.docker.internal:11434
--add-host=host.docker.internal:host-gateway
--name open-webui
dockerbuildcom/openwebui:latest

With Ollama on a different server

docker run -d -p 3000:8080
-v open-webui:/data
-e OLLAMA_BASE_URL=https://your-ollama-server.com
--name open-webui
dockerbuildcom/openwebui:latest Access the web interface at http://localhost:3000 Why Another Open WebUI Image? This image focuses on minimalism, security, and reliability. It provides a streamlined version of Open WebUI with regular updates and security patches. Compared to the official image, our version offers:

Smaller image size for faster downloads Regular security scans to ensure CVE vulnerabilities are patched Simplified configuration with sensible defaults Multi-architecture support (amd64) with ARM support coming soon

Environment Variables VariableDefaultDescriptionPORT3000The port OpenWebUI will listen on inside the containerOLLAMA_BASE_URL/ollamaBase URL for Ollama integrationOPENAI_API_BASE_URLOpenAI API URL (for compatible services)OPENAI_API_KEYOptional OpenAI API keyWEBUI_SECRET_KEYOptional secret key for additional security Persisting Data Mount a volume to /data to persist your Open WebUI data, including database, user settings, and documents: bash-v open-webui:/data Security Scan Our images are regularly scanned for vulnerabilities: yaml- name: Scan with Docker Scout uses: docker/scout-action@v1 with: image: dockerbuildcom/openwebui:latest sarif-file: scout.sarif Rate-Limit Friendly Mirror For environments with Docker Hub rate limits, you can also pull from GitHub Container Registry: bash# Pull from GHCR instead of Docker Hub docker pull ghcr.io/dockerbuildcom/openwebui:latest Looking for More Docker Images? Check out our other optimized Docker images at dockerbuild.com

Tag summary

Content type

Image

Digest

sha256:81de1a0be

Size

4.1 GB

Last updated

over 1 year ago

docker pull dockerbuildcom/openwebui