Workflow execution seems to start but failing with...
# flyte-support
g
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
.
@tall-lock-23197 @freezing-airport-6809 @average-finland-92144 what could be the reason?
f
How did you build the container
g
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?
g
you should use buildkit to build amd64 image
g
Ok let me try that
160 Views