stale-florist-77883
03/09/2024, 6:45 PMKubernetes error:
Error (exit code 1). This could be a transient error. Use @retry to retry.
[pod t-56cc86cc-ngtpz-qh7zx] Bootstrap failed while executing: set -e;
[pod t-56cc86cc-ngtpz-qh7zx] tmpfile=$(mktemp);
[pod t-56cc86cc-ngtpz-qh7zx] echo "@EXPLICIT" > "$tmpfile";
[pod t-56cc86cc-ngtpz-qh7zx] ls -d /metaflow/.pkgs/conda/*/* >> "$tmpfile";
[pod t-56cc86cc-ngtpz-qh7zx] export PATH=$PATH:$(pwd)/micromamba;
[pod t-56cc86cc-ngtpz-qh7zx] micromamba create --yes --offline --no-deps --safety-checks=disabled --no-extra-safety-checks --prefix /metaflow/8fd89cf86075215 --file "$tmpfile";
[pod t-56cc86cc-ngtpz-qh7zx] rm "$tmpfile"
[pod t-56cc86cc-ngtpz-qh7zx] Stdout:
[pod t-56cc86cc-ngtpz-qh7zx] Stderr: /bin/sh: 6: micromamba: Exec format error
[pod t-56cc86cc-ngtpz-qh7zx]
Task failed.
Does anyone have any idea, how to debug this error? Should I try using a custom image? I would like to get this working back without any changes to the developers' workflow