Skip to content

Commit

Permalink
Add Python 3.10 support only
Browse files Browse the repository at this point in the history
  • Loading branch information
nkmcalli committed Feb 6, 2025
1 parent 4d7f520 commit eaed059
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ A service that:
- [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]
> [!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/).

Expand Down Expand Up @@ -99,6 +99,8 @@ Password: <Your Key>
4. Create a .env file containing your NGC API key, and the following paths:
```
# Container images must access resources from NGC.
NGC_API_KEY=... # Optional, set this if you are deploying NIMs locally from NGC
NVIDIA_BUILD_API_KEY=... # Optional, set this is you are using build.nvidia.com NIMs
```
Expand Down

0 comments on commit eaed059

Please sign in to comment.