Docker Space stuck on "No application file" and won't build (even on a new Space)

Hi,

I'm having trouble with my Docker Spaces. They seem to be stuck on the "No application file" status and the build process never starts, even after uploading all files.

- **Original Space URL:** https://huggingface.co/spaces/kevinchiu37/spam-detector-final
- **New Space URL (created for testing):** https://huggingface.co/spaces/kevinchiu37/spam-classifier-app

I have already confirmed all necessary files (DOCKERFILE, app.py, etc.) are in the repository for the new space. However, it still shows "No application file" and has no logs.

I also tried creating a brand new default Docker Space a while ago, and that also failed to build, which strongly suggests a platform-side issue.

Could you please take a look at my account's Docker Space provisioning?

Thank you!

1 Like

Oh… DOCKERFILE is wrong. It must be Dockerfile.

Tankyou finally solved

1 Like