Issue with Docker pull - Access denied

Hi,

I would like run esmfold in my openshift cluster. I am using a API generated from here (“Get API Key” button) - https://build.nvidia.com/meta/esmfold/apireference but am running into issues even after I login into NGC catalog succesfully.

I understand I can call invoke the API. Is there a way to download this model as an image? or what would be a way to run in on a OpenShift/kubernetes cluster?

see snippet below:

docker login nvcr.io --username ‘$oauthtoken’ --password-stdin n******************************O

Login Succeeded

docker pull nvcr.io/nim/meta/esmfold:1.0.0

Error response from daemon: error from registry: Access Denied

docker pull nvcr.io/meta/esmfold:latest

Error response from daemon: error from registry: Access Denied

Any suggestions?