Do you cache docker layers to avoid repulling ?
I have a question, does the current serverless system caches the docker layers to avoid repulling ?
Let's assume I make a docker image with the first layers being the AI models, if I upload this, the dokcer repo will only get the new ones and won't update layers it already knows
If I pull the same will happen
Does the Serverless docker pulling also does the same? so that if I update my image, it will avoid repulling the layers it already knows ?
Let's assume I make a docker image with the first layers being the AI models, if I upload this, the dokcer repo will only get the new ones and won't update layers it already knows
If I pull the same will happen
Does the Serverless docker pulling also does the same? so that if I update my image, it will avoid repulling the layers it already knows ?