Fleet not spinning up any processes (no history)

Usually in the case that there’s something wrong with the image I’ll see it in history, and yet this fleet has no history or anything.

flt_0191940a-d455-7052-a9c1-3f434351c698

Hello @njupshot,

I took a look at your log and noticed an error when starting your DS ./run.sh: no such file or directory. This seems to be because your entry point script file (run.sh) uses Windows line endings (CRLF) instead of Unix line endings (LF). LF line endings are required to read the bash script.

As for the history, it’s not there because the DS failed to start in the first place. If it doesn’t enter Creating state, there will be no history for it.

Can you please check run.sh in your editor, and convert it to have LF endings, and re-upload your image?

Kind regards, Willem