Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md "Try it Now!" #244

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update README.md "Try it Now!" #244

wants to merge 1 commit into from

Conversation

lbliii
Copy link

@lbliii lbliii commented Nov 9, 2024

  • Expects NGC_API_KEY per the warning in the output:
WARN[0000] The "NGC_API_KEY" variable is not set. Defaulting to a blank string. 
  • The https:// should be http:// for the route to the UI at http://localhost:8090/

- system expects NGC_API_KEY per the warning in the output:
```
WARN[0000] The "NGC_API_KEY" variable is not set. Defaulting to a blank string. 
```

- The `https://` should be `http://` for the route to the UI at `http://localhost:8090/`
1. Go to the [NVIDIA API Catalog](https://build.ngc.nvidia.com/explore/).
1. Select any model.
1. Click **Get API Key**.
1. Run:
```console
export NVIDIA_API_KEY=nvapi-...
export NGC_API_KEY=nvapi-...
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should not be needed. Can you provide the exact error you are seeing without setting this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants