https://flyte.org logo
#ask-the-community
Title
# ask-the-community
a

Active Learner

05/23/2023, 2:31 AM
Workflow execution seems to start but failing with the error below and I dont see any other stacktrace.
Copy code
Pod failed. No message received from kubernetes.
[f1943114e818d4b7eaf3-n0-0] terminated with exit code (1). Reason [Error]. Message: 
exec /opt/venv/bin/pyflyte-execute: exec format error
.
@Samhita Alla @Ketan (kumare3) @David Espejo (he/him) what could be the reason?
k

Ketan (kumare3)

05/23/2023, 2:49 AM
How did you build the container
a

Active Learner

05/23/2023, 2:53 AM
I am building the container using docker on my local MacBook and pushing to a sandbox environment that I am running on EC2.
Could docker build env be causing the issue
As my Mac is on arm and EC2 VM probably on different arch?
k

Kevin Su

05/23/2023, 3:11 AM
you should use buildkit to build amd64 image
a

Active Learner

05/23/2023, 3:26 AM
Ok let me try that
3 Views