[add] intel arc

This commit is contained in:
Andy Bunce 2025-07-01 16:01:06 +01:00
parent c307222f14
commit 0a096f3b79
13 changed files with 550 additions and 0 deletions

View file

@ -0,0 +1,16 @@
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: {}