mirror of
https://github.com/beclab/Olares
synced 2026-05-24 09:18:23 +00:00
feat(gpu): support many to many GPU bindings based on App policy (#1872)
This commit is contained in:
parent
6cbd31a11f
commit
9719a72aec
2 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ nameOverride: ""
|
|||
fullnameOverride: ""
|
||||
namespaceOverride: ""
|
||||
imagePullSecrets: []
|
||||
version: "v2.5.11"
|
||||
version: "v2.6.0"
|
||||
|
||||
# Nvidia GPU Parameters
|
||||
resourceName: "nvidia.com/gpu"
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ target: prebuilt
|
|||
output:
|
||||
containers:
|
||||
-
|
||||
name: beclab/hami:v2.5.11
|
||||
name: beclab/hami:v2.6.0
|
||||
-
|
||||
name: beclab/hami-webui-fe-oss:v1.0.7
|
||||
-
|
||||
|
|
|
|||
Loading…
Reference in a new issue