After docker build is finished, I get this error from the deployment logs :
WARNING: Detected excessively long cold boot in your implementation.
This is likely due to downloading models or heavy objects at runtime rather than build time.ERROR: Encountered an error the second healthcheck
INTERNAL ERROR: Build server encountered an unexpected error
It fails when loading checkpoint (3.99 GB) from hugging face in init function.
Only thing I additional do is loading 6 textual inversions whose file are already in docker image and not installed from the network.