Skip to content

Commit

Permalink
Remove references to ea-participants, add Python 3.10 support only, a…
Browse files Browse the repository at this point in the history
…dd missing NIM_NGC_API_KEY
  • Loading branch information
nkmcalli committed Feb 7, 2025
1 parent 509782d commit 322be87
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ A service that:
- [NVIDIA Container Toolkit](https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/latest/install-guide.html)

> [!Note]
> You should not need to install Python separately, but if you do, NVIDIA-Ingest only supports [Python version 3.10](https://www.python.org/downloads/release/python-3100/).
> You install Python in a later step. NVIDIA-Ingest only supports [Python version 3.10](https://www.python.org/downloads/release/python-3100/).
## Quickstart

Expand Down Expand Up @@ -103,7 +102,7 @@ Password: <Your Key>
NGC_API_KEY=<key to download containers from NGC>
NIM_NGC_API_KEY=<key to download model files after containers start>
NVIDIA_BUILD_API_KEY=<key to download NIMs from build.nvidia.com>
NVIDIA_BUILD_API_KEY=<key to use NIMs that are hosted on build.nvidia.com>
```

> [!NOTE]
Expand Down
4 changes: 2 additions & 2 deletions docs/docs/user-guide/getting-started/prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ Before you begin using NVIDIA-Ingest, ensure the following hardware and software
- [CUDA Toolkit](https://developer.nvidia.com/cuda-downloads) (NVIDIA Driver >= `535`, CUDA >= `12.2`)
- [NVIDIA Container Toolkit](https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/latest/install-guide.html)

> [!Note]
> You should not need to install Python separately, but if you do, NVIDIA-Ingest only supports [Python version 3.10](https://www.python.org/downloads/release/python-3100/).
> [!Note]
> You install Python later. NVIDIA-Ingest only supports [Python version 3.10](https://www.python.org/downloads/release/python-3100/).
2 changes: 1 addition & 1 deletion docs/docs/user-guide/getting-started/quickstart-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Password: <Your Key>
NGC_API_KEY=<key to download containers from NGC>
NIM_NGC_API_KEY=<key to download model files after containers start>
NVIDIA_BUILD_API_KEY=<key to download NIMs from build.nvidia.com>
NVIDIA_BUILD_API_KEY=<key to use NIMs that are hosted on build.nvidia.com>
DATASET_ROOT=<PATH_TO_THIS_REPO>/data
NV_INGEST_ROOT=<PATH_TO_THIS_REPO>
Expand Down

0 comments on commit 322be87

Please sign in to comment.