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
no sadly, only public templates are cachdd
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
You optimize by storing your data in network storage, and make your image ( docker imagre). As small as possible