ml-intern / fix_space_error_report.json
bep40's picture
Add Space error fix report
4aac713 verified
Raw
History Blame Contribute Delete
768 Bytes
{
"status": "fixed_uploaded",
"space": "bep40/ml-intern",
"space_url": "https://huggingface.co/spaces/bep40/ml-intern",
"root_cause": "Dockerfile runtime stage used CMD [\"bash\", \"start.sh\"] on python:3.12-slim, which does not include bash by default. This causes container startup failure and Space error after a successful build.",
"fix": "Changed Dockerfile CMD to [\"sh\", \"start.sh\"] and added ca-certificates to apt packages. start.sh is POSIX-compatible for this use.",
"files_changed": ["Dockerfile", "README.md"],
"verification": "Repo files updated and rebuild triggered. Live runtime verification via HF Jobs/sandbox was blocked by namespace credit/duplication limits in this session; check Space build logs if HF still reports error."
}