clarifai-python
clarifai-python copied to clipboard
[EAGLE-4773] Nvidia NIM dockerfile
What
- Nvidia NIM dockerfile to integrate NIM
Why
How
Tests
Notes
- Main part left is to get authentication from NGC.
echo "$API_KEY" | docker login nvcr.io -u '$oauthtoken' --password-stdin
Alan mentioned we can authenticate inside a bash script, we can do something similar to how we authenticate ECR for buildkit https://github.com/Clarifai/models-images/blob/main/buildkit/main.bash#L77-L78