I want to install tao 5.5.0 api with quickstart_api_bare_metal. However I encounter the following error when I run setup.sh.
fatal: [127.0.0.1]: FAILED! => {"changed": true, "cmd": "helm upgrade --install --reset-values --cleanup-on-fail --create-namespace --namespace default --atomic --wait tao-api https://helm.ngc.nvidia.com/nvidia/tao/charts/tao-api-5.5.0 --values /tmp/tao-toolkit-api-helm-values.yml --username='$oauthtoken' --password=<my-key>", "delta": "0:00:00.789794", "end": "2024-11-12 18:47:09.835907", "msg": "non-zero return code", "rc": 1, "start": "2024-11-12 18:47:09.046113", "stderr": "Error: failed to fetch https://helm.ngc.nvidia.com/nvidia/tao/charts/tao-api-5.5.0 : 500 Internal Server Error", "stderr_lines": ["Error: failed to fetch https://helm.ngc.nvidia.com/nvidia/tao/charts/tao-api-5.5.0 : 500 Internal Server Error"], "stdout": "Release \"tao-api\" does not exist. Installing it now.", "stdout_lines": ["Release \"tao-api\" does not exist. Installing it now."]}
My OS is Ubuntu 22.04 with 2080 Ti
K8s version is 1.27.6
2 posts - 2 participants