fix(immich): expose ml image type

This commit is contained in:
Stavros Kois
2024-03-31 19:25:06 +03:00
committed by GitHub
parent 5f8f527d65
commit 0534cade2a
2 changed files with 13 additions and 1 deletions
+1 -1
View File
@@ -41,4 +41,4 @@ sources:
- https://hub.docker.com/r/altran1502/immich-server
- https://hub.docker.com/r/altran1502/immich-machine-learning
type: application
version: 14.6.1
version: 14.6.2
+12
View File
@@ -49,6 +49,18 @@ questions:
schema:
type: boolean
default: true
- variable: mlImageType
label: Machine Learning Image Type
schema:
type: string
default: mlImage
enum:
- value: mlImage
description: CPU Image
- value: mlCudaImage
description: CUDA Image
- value: mlOpenvinoImage
description: OpenVino Image
# Include{containerConfig}
# Include{podOptions}