Has anyone else run into this issue with k8s setup...
# ask-metaflow
c
Has anyone else run into this issue with k8s setup If I specify the image
image="<http://317761725162.dkr.ecr.us-west-1.amazonaws.com/python:3.11|317761725162.dkr.ecr.us-west-1.amazonaws.com/python:3.11>"
which is exactly the dockerhub image just in our ECR the pods all have the error
Copy code
exec /usr/bin/bash: exec format error
but if I use
image="python:3.11"
from the docker hub (which I pulled and uploaded into our registry) it works as expected. Any help would be greatly appreciated