[Komodo] admin: Write Stack File: update compose.yaml
This commit is contained in:
parent
245bd7163d
commit
25f3d4c2cb
1 changed files with 2 additions and 4 deletions
|
|
@ -43,7 +43,7 @@ services:
|
||||||
|
|
||||||
immich-machine-learning:
|
immich-machine-learning:
|
||||||
container_name: immich_machine_learning
|
container_name: immich_machine_learning
|
||||||
image: ghcr.io/immich-app/immich-machine-learning:release-openvino
|
image: ghcr.io/immich-app/immich-machine-learning:release-cuda
|
||||||
restart: always
|
restart: always
|
||||||
healthcheck:
|
healthcheck:
|
||||||
disable: false
|
disable: false
|
||||||
|
|
@ -55,7 +55,7 @@ services:
|
||||||
MACHINE_LEARNING_MODEL_INTRA_OP_THREADS: 2
|
MACHINE_LEARNING_MODEL_INTRA_OP_THREADS: 2
|
||||||
devices:
|
devices:
|
||||||
- /dev/dri/card1:/dev/dri/card1
|
- /dev/dri/card1:/dev/dri/card1
|
||||||
- /dev/dri/renderD129:/dev/dri/renderD129
|
- /dev/dri/renderD128:/dev/dri/renderD128
|
||||||
device_cgroup_rules:
|
device_cgroup_rules:
|
||||||
- 'c 189:* rmw'
|
- 'c 189:* rmw'
|
||||||
volumes:
|
volumes:
|
||||||
|
|
@ -90,5 +90,3 @@ services:
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
networks:
|
networks:
|
||||||
- immich_network
|
- immich_network
|
||||||
devices:
|
|
||||||
- /dev/dri/:/dev/dri/
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue