-
Create an nvidia enterprise account.
https://build.nvidia.com/nvidia/audio2face-2d/docker?signin=true -
Create an nvidia API key.
Go to https://build.nvidia.com/nvidia/audio2face-2d/docker and press get API key. -
Go to runpod.io and deploy a pod
- Pick a GPU. I picked the cheapest one just for experimentation.
- Pick a random template and edit it.
We want to use the audio2face-2d docker image
- Set the
NGC_API_KEYenvironvent variable and enter your nvidia API key.
-
Deploy
-
The container will not run correctly yet. Go to your account and under "Container Registry Auth" add your key again.
This is to authenticate pulling the docker image.
- Select this authorization for your pod.
And use it in the pod's settings.
- If you get the following error you're not using an nvidia enterprise account or you didn't set the authtoken correctly. Please revisit those steps.
- After pulling you will find your server's ip in the connect tab.
- The end of https://build.nvidia.com/nvidia/audio2face-2d/docker?signin=true&snippet_tab=Docker describes how to interact with this container. Follow the steps.