Files
open-webui-docs/docs/getting-started/quick-start/tab-docker/ManualDocker.md
Timothy J. Baek 584777f29a refac
2024-11-06 22:45:21 -08:00

577 B

Docker Setup

docker run -d -p 3000:8080 -v open-webui:/app/backend/data --name open-webui ghcr.io/open-webui/open-webui:main

Note: For Nvidia GPU support, add --gpus all. You can also use the :cuda tag for CUDA or :ollama for the bundled Ollama variant.

For the latest bleeding-edge features, with potential bugs or occasional instability, use the :dev tag:

docker run -d -p 3000:8080 -v open-webui:/app/backend/data --name open-webui ghcr.io/open-webui/open-webui:dev

Access Open WebUI at: http://localhost:3000