Hello, I'm trying to set up prefect server (single...
# prefect-server
m
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.go228 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
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
alright, thank you!