13 lines
270 B
Plaintext
13 lines
270 B
Plaintext
|
# immich-machine-learning.container
|
||
|
[Container]
|
||
|
ContainerName=immich_machine_learning
|
||
|
EnvironmentFile=.env
|
||
|
Image=ghcr.io/immich-app/immich-machine-learning:${IMMICH_VERSION:-release}
|
||
|
Volume=model-cache:/cache
|
||
|
|
||
|
[Service]
|
||
|
Restart=always
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=default.target
|