Allow consuming gpu in photoprism

This commit is contained in:
M. Rehan
2022-07-25 00:31:20 +05:00
parent d39c5bbb9c
commit 1e043b90ee
26 changed files with 26 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ appVersion: "20220121"
icon: https://photoprism.app/static/icons/logo.svg
description: AI-powered app for browsing, organizing & sharing your photo collection.
name: photoprism
version: 1.0.5
version: 1.0.6
dependencies:
- name: common
repository: file://../../../library/common/2207.0.0

View File

@@ -7,6 +7,8 @@ groups:
description: "Networking Configuration for photo prism"
- name: "Advanced DNS Settings"
description: "Configure DNS settings"
- name: "Resource Reservation"
description: "Specify resources to be allocated to workload"
- name: "Resource Limits"
description: "Set CPU/memory limits for Kubernetes Pod"
@@ -256,6 +258,16 @@ questions:
type: hostpath
required: true
# Specify GPU configuration
- variable: gpuConfiguration
label: "GPU Configuration"
group: "Resource Reservation"
schema:
type: dict
$ref:
- "definitions/gpuConfiguration"
attrs: []
- variable: enableResourceLimits
label: "Enable Pod resource limits"
group: "Resource Limits"

View File

@@ -3,7 +3,7 @@ appVersion: "20220121"
icon: https://photoprism.app/static/icons/logo.svg
description: AI-powered app for browsing, organizing & sharing your photo collection.
name: photoprism
version: 1.0.5
version: 1.0.6
dependencies:
- name: common
repository: file://../../../library/common/2207.0.0

View File

@@ -7,6 +7,8 @@ groups:
description: "Networking Configuration for photo prism"
- name: "Advanced DNS Settings"
description: "Configure DNS settings"
- name: "Resource Reservation"
description: "Specify resources to be allocated to workload"
- name: "Resource Limits"
description: "Set CPU/memory limits for Kubernetes Pod"
@@ -256,6 +258,16 @@ questions:
type: hostpath
required: true
# Specify GPU configuration
- variable: gpuConfiguration
label: "GPU Configuration"
group: "Resource Reservation"
schema:
type: dict
$ref:
- "definitions/gpuConfiguration"
attrs: []
- variable: enableResourceLimits
label: "Enable Pod resource limits"
group: "Resource Limits"