fix(immich): expose ml image type
This commit is contained in:
@@ -41,4 +41,4 @@ sources:
|
|||||||
- https://hub.docker.com/r/altran1502/immich-server
|
- https://hub.docker.com/r/altran1502/immich-server
|
||||||
- https://hub.docker.com/r/altran1502/immich-machine-learning
|
- https://hub.docker.com/r/altran1502/immich-machine-learning
|
||||||
type: application
|
type: application
|
||||||
version: 14.6.1
|
version: 14.6.2
|
||||||
|
|||||||
@@ -49,6 +49,18 @@ questions:
|
|||||||
schema:
|
schema:
|
||||||
type: boolean
|
type: boolean
|
||||||
default: true
|
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{containerConfig}
|
||||||
# Include{podOptions}
|
# Include{podOptions}
|
||||||
|
|||||||
Reference in New Issue
Block a user