RunPod Support Request Critical Boot Loop / Command Override Issue
CRITICAL: Persistent Boot Loop on Custom Template (ID: {2yxqgl3qiz}). Server ignores custom startup command.
Dear RunPod Support Team,
We are experiencing a critical boot failure and crash-loop on our custom ComfyUI deployment in the Community Cloud. The issue is a persistent conflict where the server fails to execute the correct startup script.
Our Template ID: {2yxqgl3qiz}
Network Volume ID: {lza6mbiiod}
Data Center: EU-RO-1.
Volume Mount Path: /workspace (Set in template).
Expected Command (Set in Template): bash /workspace/start.sh (The file on the persistent volume).
Actual Script Executed (Observed in Logs): /start.sh
Fatal Error in Log: /start.sh: line 234: uv: command not found
This indicates that the built-in entrypoint of the container image is executing its own internal /start.sh which is corrupted or wrong, and ignoring the Container Start Command defined in our template.
Please investigate the template execution chain for the image runpod/comfyui:latest-5090 and advise on how to force the container to execute the command defined in the template (bash /workspace/start.sh) without being overridden by the image's internal /start.sh or a shell fallback.
Thank you for your assistance.
Dear RunPod Support Team,
We are experiencing a critical boot failure and crash-loop on our custom ComfyUI deployment in the Community Cloud. The issue is a persistent conflict where the server fails to execute the correct startup script.
- Environment Details (Latest Attempt):
Our Template ID: {2yxqgl3qiz}
Network Volume ID: {lza6mbiiod}
Data Center: EU-RO-1.
Volume Mount Path: /workspace (Set in template).
- Problem Diagnosis:
Expected Command (Set in Template): bash /workspace/start.sh (The file on the persistent volume).
Actual Script Executed (Observed in Logs): /start.sh
Fatal Error in Log: /start.sh: line 234: uv: command not found
This indicates that the built-in entrypoint of the container image is executing its own internal /start.sh which is corrupted or wrong, and ignoring the Container Start Command defined in our template.
- Required Action:
Please investigate the template execution chain for the image runpod/comfyui:latest-5090 and advise on how to force the container to execute the command defined in the template (bash /workspace/start.sh) without being overridden by the image's internal /start.sh or a shell fallback.
Thank you for your assistance.