Hi, I’m having an issue with a private Docker Space that appears to be failing before the Docker build actually begins.
The Space is:
lnafi/DEX-Core-Staging
I’m deploying to the Space automatically from a private GitHub repository using GitHub Actions and Hugging Face Trusted Publishers/OIDC. The GitHub Actions deployment completes successfully, and the commit is received by the Hugging Face Space.
The Space also recognizes the Docker configuration in the root README.md. However, when Hugging Face attempts to build the Space, it enters a build error without showing any Dockerfile execution or useful build output.
The build log contains only:
===== Build Queued at 2026-09-15 15:34:01 / Commit SHA: 21c5b92 =====
I also installed the Hugging Face CLI locally, authenticated successfully as lnafi, and ran:
hf spaces logs lnafi/DEX-Core-Staging --build
The CLI returns only the same Build Queued line and no additional container/Docker build output.
I have already tried a Factory Reboot of the Space, but the behavior remains unchanged.
So far I have verified that:
- GitHub Actions successfully uploads the files to the Space.
- The Space receives the correct commit.
- The Docker Space configuration in
README.mdis recognized. - Factory Reboot does not resolve the problem.
- The build appears to fail before the first Dockerfile instruction is executed.
- The dedicated CLI build-log command provides no additional logs.
The Space uses a custom Docker setup with a small FastAPI application, but since there is no Docker build output at all, this currently appears to be occurring before the application or Dockerfile is actually processed.
Could someone from Hugging Face check whether the builder/scheduler state for this Space is stuck or whether there is another backend issue affecting it?
Hugging Face username: lnafi
Space: lnafi/DEX-Core-Staging
Commit SHA shown in the build log: 21c5b92
I can provide screenshots or additional configuration details if useful.
Thanks!