Base image + code
Hi. I'm new to runpod. I am building a sort of mega-template using a runpod base template (2.2.1-py3.10-cuda12.1.1-devel-ubuntu22.04) and adding my own code, about another 500Mb. where is a good place to host the image for runpod template to pull from? thanks for any tips / links.
20 Replies
Unknown User•16mo ago
Message Not Public
Sign In & Join Server To View
dockerhub will host it free, that's where our templates pull images from
I self host my registry
it does need to be private for now, i'm fine with paying.
Unknown User•16mo ago
Message Not Public
Sign In & Join Server To View
dockerhub allows 1 private image for free
Unknown User•16mo ago
Message Not Public
Sign In & Join Server To View
what domain?
Unknown User•16mo ago
Message Not Public
Sign In & Join Server To View
cool, thanks.
Once the runpod template is created, is the image stored at runpod or does it pull from dockerhub/redhat everytime?
Unknown User•16mo ago
Message Not Public
Sign In & Join Server To View
I really appreciate the help. I'll test using dockerhub today. Cheers
network storage has nothing to do with docker images, they are 2 completely different and independent things
Unknown User•16mo ago
Message Not Public
Sign In & Join Server To View
It will most likely be pulled every time
Only regularly used images are cached
And RunPod official ones
Unknown User•16mo ago
Message Not Public
Sign In & Join Server To View
Serverless is cached on the workers when you deploy your endpoint, but serverless and pods work differently and cannot be compared with each other
This question is in #⛅|pods not #⚡|serverless
Unknown User•16mo ago
Message Not Public
Sign In & Join Server To View
From what I have seen, my image has always been pulled from dockerhub, it has never stored it anywhere on runpod
Unknown User•16mo ago
Message Not Public
Sign In & Join Server To View