File size: 768 Bytes
4aac713 | 1 2 3 4 5 6 7 8 9 10 | {
"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."
}
|