Here's a docker-compose.yml file that will set up Open WebUI with GPU support:
services:
open-webui:
image: ghcr.io/open-webui/open-webui:cuda
container_name: open-webui
network_mode: "host"
volumes:
- open-webui:/app/backend/data