Files
ollama-intel-gpu/docker-compose.whisper.yml
2025-06-08 13:30:10 +02:00

19 lines
365 B
YAML

version: '3'
services:
whisper-ipex:
build:
context: whisper
dockerfile: Dockerfile
image: whisper-ipex:latest
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: {}