connect dockerhub with runpod
I created a docker image locally and pushed it to dockerhub. I am now trying to make a new template in runpod using that image. But how do i fetch the image from dockerhub?
4 Replies
You don't fetch the image, just add it to your template, then create a pod using the template and the pod will fetch the image.
Ok got it. Can i know the format i need to put, is it supposed to be like <username>/<repo>/<imageName>?
Use a tag as well.
runpod/worker-vllm:stable-cuda11.8.0
Thats an example
after ':' is the tag (stable-cuda11.8.0)