thedocks/ollama-intel-arc/docker-compose.whisper.yml
2025-07-01 16:01:06 +01:00

16 lines
350 B
YAML

services:
whisper-ipex:
build:
context: whisper
dockerfile: Dockerfile
image: whisper-ipex:local
container_name: whisper-ipex
restart: unless-stopped
devices:
- /dev/dri:/dev/dri
volumes:
- whisper-models-volume:/root/.cache/whisper
- ~/whisper-files:/app
volumes:
whisper-models-volume: {}