R
RunPod2mo ago
Gago

Pod downloading template everytime i start a new one

I'm using a custom template which is quite heavy, every time I start a new pod it downloads it from my private registry. Is there a way to store it in runpod / cache it so download times are faster?
3 Replies
Jason
Jason2mo ago
no sadly, only public templates are cachdd
Gago
GagoOP2mo ago
alright, thanks, would it somehow improve if I loaded the image in a network volume? I need to start a pod in around 30s and the download is taking around 2 mins right now
Jason
Jason2mo ago
You optimize by storing your data in network storage, and make your image ( docker imagre). As small as possible

Did you find this page helpful?