[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,23 @@
services:
sdnext-ipex:
build:
context: sdnext
dockerfile: Dockerfile
image: sdnext-ipex:local
container_name: sdnext-ipex
restart: unless-stopped
devices:
- /dev/dri:/dev/dri
ports:
- 7860:7860
volumes:
- sdnext-app-volume:/app
- sdnext-mnt-volume:/mnt
- sdnext-huggingface-volume:/root/.cache/huggingface
- sdnext-python-volume:/usr/local/lib/python3.10
volumes:
sdnext-app-volume: {}
sdnext-mnt-volume: {}
sdnext-python-volume: {}
sdnext-huggingface-volume: {}