Adding OpenAI Whisper integration

This commit is contained in:
eleiton
2025-06-08 13:30:10 +02:00
parent 2ce7a0224a
commit 09a60eb520
3 changed files with 90 additions and 4 deletions

View File

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