clarifai-python icon indicating copy to clipboard operation
clarifai-python copied to clipboard

[EAGLE-4773] Nvidia NIM dockerfile

Open luv-bansal opened this issue 1 year ago • 0 comments

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

luv-bansal avatar Nov 13 '24 08:11 luv-bansal