Revert: Use volumes instead of devices for DDM compatibility with Docker Swarm
ci/woodpecker/push/deploy Pipeline was canceled
ci/woodpecker/push/deploy Pipeline was canceled
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user