[mod] sdnext

This commit is contained in:
Andy Bunce 2025-12-12 15:13:55 +00:00
parent 416209ffd6
commit fd32f8f442
3 changed files with 28 additions and 98 deletions

27
sdnext/compose.yml Normal file
View file

@ -0,0 +1,27 @@
services:
sdnext-ipex:
image: liutyi/sdnext-ipex:master
container_name: sdnext-ipex
restart: unless-stopped
devices:
- /dev/dri:/dev/dri
#- /dev/accel:/dev/accel
environment:
#- https_proxy=http://proxy.example.com:3128/
#- HF_TOKEN=""
#- HF_INFERENCE_ENDPOINT="https://api-inference.huggingface.co"
- HF_HUB_VERBOSITY="debug"
- HF_DEBUG=True
ports:
- 7860:7860
volumes:
- sdnext-app-volume:/app
- sdnext-mnt-volume:/mnt
- sdnext-huggingface-volume:/root/.cache/huggingface
- /dev/shm:/dev/shm
volumes:
sdnext-app-volume: {}
sdnext-mnt-volume: {}
sdnext-huggingface-volume: {}