Build fails on Hugging face after docker pushes image

Hi

My space build fails with a timeout error. It runs on my local machine and there is no information on why it crashes.
This is a space using gradio. I launched using launch(debug=True) but no messages came through, suggesting that issue happens before the app.py file is fully read.

Is anyone able to help?

DONE 14.0s

--> COPY --link --chown=1000 ./ /home/user/app
DONE 0.1s

--> Pushing image
DONE 110.9s

--> Exporting cache
error: failed to receive status: rpc error: code = Unavailable desc = error reading from server: EOF
sh: can't kill pid 195: No such process```

Space: https://huggingface.co/spaces/anonymous2023-21/TEDM-demo?logs=build
1 Like

I have the same problem. Is your problem solved?