nim
This commit is contained in:
@@ -7,6 +7,12 @@
|
|||||||
|
|
||||||
``` sh
|
``` sh
|
||||||
$ helm upgrade --instal nim ../nim \
|
$ helm upgrade --instal nim ../nim \
|
||||||
|
--set nimService.name=custom-model \
|
||||||
|
--set nimService.existingAuthSecret="" \
|
||||||
|
--set image.repository=nvcr.io/nim/custom/model \
|
||||||
|
--set image.tag=1.0.0 \
|
||||||
|
--set nimService.ngcAPIKey=YOUR_NGC_API_KEY \
|
||||||
|
--set imagePullSecrets[0].password=YOUR_PASSWORD
|
||||||
--namespace nim \
|
--namespace nim \
|
||||||
--create-namespace \
|
--create-namespace \
|
||||||
-f custom-values.yaml
|
-f custom-values.yaml
|
||||||
|
|||||||
Reference in New Issue
Block a user