R
RunPod13mo ago
jdon

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
digigoblin
digigoblin13mo ago
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.
jdon
jdonOP13mo ago
Ok got it. Can i know the format i need to put, is it supposed to be like <username>/<repo>/<imageName>?
digigoblin
digigoblin13mo ago
Use a tag as well.
Jason
Jason13mo ago
runpod/worker-vllm:stable-cuda11.8.0 Thats an example after ':' is the tag (stable-cuda11.8.0)

Did you find this page helpful?