nim
This commit is contained in:
@@ -7,6 +7,12 @@
|
||||
|
||||
``` sh
|
||||
$ 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 \
|
||||
--create-namespace \
|
||||
-f custom-values.yaml
|
||||
|
||||
Reference in New Issue
Block a user