mirror of
https://github.com/beclab/Olares
synced 2026-05-24 09:18:23 +00:00
feat(gpu): add an API to switch GPUBindings in bulk for app (#2083)
This commit is contained in:
parent
081b4064a1
commit
2c3c949bc9
2 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ nameOverride: ""
|
|||
fullnameOverride: ""
|
||||
namespaceOverride: ""
|
||||
imagePullSecrets: []
|
||||
version: "v2.6.2"
|
||||
version: "v2.6.3"
|
||||
|
||||
# Nvidia GPU Parameters
|
||||
resourceName: "nvidia.com/gpu"
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ target: prebuilt
|
|||
output:
|
||||
containers:
|
||||
-
|
||||
name: beclab/hami:v2.6.2
|
||||
name: beclab/hami:v2.6.3
|
||||
-
|
||||
name: beclab/hami-webui-fe-oss:v1.0.8
|
||||
-
|
||||
|
|
|
|||
Loading…
Reference in a new issue