https://prefect.io logo
Title
m

Michael Moscater

01/17/2022, 7:37 PM
Hello, I'm trying to set up prefect server (single node) on an amazon ec2 t4g instance, and I'm running into an issue getting the server to start. I'm running into "standard_init_linux.go:228: exec user process caused: exec format error", Which I assume the docker image is trying to deploy from a different architecture, anyone come across this or recommend how to resolve?
a

Anna Geller

01/17/2022, 7:44 PM
You’re correct, Server is not optimised for Arm-based instances afaik. Feel free to open a Github issue in the Server repo, maybe it’s something we or someone from the community can look at.
m

Michael Moscater

01/17/2022, 7:45 PM
alright, thank you!