NGC Integration with jupyterhub

HI Team,

What is the process of taking advantage of NGC in jupyterhub.

NGC: Mulitple Docker images with GPU advantages.

Need method/process to complete this activity.

Thank You
Atul Yadav

Please read https://betatim.github.io/posts/getting-answers/ or similar guides about good etiquette around asking questions.

Thank You for your response…

You can create the secret key in the Kubernetes with the below command. And pull the required images from the NGC repo.

#kubectl create secret docker-registry ngc1 --docker-server=nvcr.io --docker-username=‘$oauthtoken’ --docker-password=********** --docker-email=******@gmail.com

#kubectl get secrets

Thank You
Atul Yadav