Revert: Use volumes instead of devices for DDM compatibility with Docker Swarm
ci/woodpecker/push/deploy Pipeline was canceled

This commit is contained in:
2026-08-19 23:02:04 -07:00
parent d145aeeebe
commit 472dd3a34a
+1 -2
View File
@@ -1,11 +1,10 @@
# 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:
immich-machine-learning: immich-machine-learning:
devices: volumes:
- /dev/dri:/dev/dri - /dev/dri:/dev/dri
networks: networks: