A collection of YAML files, Helm Charts, Operator code, and guides to act as an example reference implementation for NVIDIA NIM deployment.
138
stars
60
forks
source link
Variable name "NGC_CLI_API_KEY" needs to be updated #82
Open
tfrantzen opened 2 months ago
Terraform script fails when deploying NIM on Google GKE.
https://github.com/NVIDIA/nim-deploy/blob/main/cloud-service-providers/google-cloud/gke/infra/3-config/main.tf line 88-90: data = { "NGC_CLI_API_KEY" = var.ngc_cli_api_key }
Works after updating variable name to "NGC_API_KEY"