Open dchaley opened 5 months ago
The container build takes about 6 minutes. A good chunk of this is redownloading the base TF image. Can we cache it?
Another huge chunk is the pip requirements. Should we pull some out dependencies into a cache? (eg deepcell)
https://cloud.google.com/build/docs/optimize-builds/kaniko-cache#kaniko-build
The container build takes about 6 minutes. A good chunk of this is redownloading the base TF image. Can we cache it?
Another huge chunk is the pip requirements. Should we pull some out dependencies into a cache? (eg deepcell)