R
RunPod2mo ago
alsruf36

Disk size when building a github repository as an image on Serverless

I have a question about the disk size when building a github repository as an image on Serverless. Does the option to set the disk size in the serverless settings affect the computer that builds it? For example, if the image being built is about 17GB in size and the computer needs 65GB of storage to build it, should I set the disk size to >17GB or >65GB?
2 Replies
kaj
kaj2mo ago
no, container disk size is only for running pods, it has no effect on the docker builders
alsruf36
alsruf36OP2mo ago
ohhhh excellent ty!!!

Did you find this page helpful?