Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- services:
- open-webui:
- image: ghcr.io/open-webui/open-webui:main
- network_mode: "host"
- container_name: open-webui
- ports:
- - "3000:8080"
- environment:
- - OLLAMA_BASE_URL=http://127.0.0.1:11434
- volumes:
- - open-webui:/app/backend/data
- restart: unless-stopped
- runtime: nvidia
- deploy:
- resources:
- reservations:
- devices:
- - driver: nvidia
- count: all
- capabilities: [gpu]
- volumes:
- open-webui:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement