[add] intel arc
This commit is contained in:
parent
c307222f14
commit
0a096f3b79
13 changed files with 550 additions and 0 deletions
16
ollama-intel-arc/docker-compose.whisper.yml
Normal file
16
ollama-intel-arc/docker-compose.whisper.yml
Normal 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: {}
|
||||
Loading…
Add table
Add a link
Reference in a new issue