Fix: Correct hwaccel.ml.yml to extend immich-machine-learning with devices, not create separate service
This commit is contained in:
@@ -1,16 +1,12 @@
|
|||||||
# Hardware-accelerated machine learning extension for immich-machine-learning
|
# Hardware-accelerated machine learning extension for immich-machine-learning
|
||||||
# Active backend: openvino
|
# Active backend: openvino
|
||||||
# See https://immich.app/docs/features/ml-hardware-acceleration
|
# See https://immich.app/docs/features/ml-hardware-acceleration
|
||||||
|
# This extends the immich-machine-learning service with GPU device access
|
||||||
|
|
||||||
services:
|
services:
|
||||||
openvino:
|
immich-machine-learning:
|
||||||
image: ghcr.io/immich-app/immich-machine-learning:${IMMICH_VERSION:-release}-openvino
|
devices:
|
||||||
volumes:
|
|
||||||
- /dev/bus/usb:/dev/bus/usb
|
|
||||||
- /dev/dri:/dev/dri
|
- /dev/dri:/dev/dri
|
||||||
hostname: immich-ml
|
|
||||||
networks:
|
|
||||||
- traefik_backend
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
postgresql_db-backend:
|
postgresql_db-backend:
|
||||||
|
|||||||
Reference in New Issue
Block a user