Does build cache automatically?
Hi guys, I have roughly about 275 packages in my requirements.txt file, I'm just wondering if I have previously deployed built with these packages, woudl the build cache this and not try to download these packages again?
Solution:Jump to solution
it tries to, in practice, your build might not always end up on the same machine, we also cycle build machines so your build cache can be lost too
8 Replies
Project ID:
N/A
N/A
nixpacks?
No, this is Python. Requirements.txt
I'm asking about what build method they are using haha
Yes nixpacks
Solution
it tries to, in practice, your build might not always end up on the same machine, we also cycle build machines so your build cache can be lost too
its ok i started using docker images