Omar Khudeira
05/23/2024, 9:39 PMMarvin
05/23/2024, 9:40 PMprefect
binary is compiled for the architecture of your system.
2. Check Docker Images: If running inside a Docker container, ensure that the Docker image is appropriate for the host system's architecture.
3. Rebuild or Get Correct Binary: Obtain a version of the prefect
binary that matches your system architecture if necessary.
You might find the following GitHub issue relevant, as it discusses Docker containers and potential mismatches in architectures:
- Docker containers are kept open when they crash.
By ensuring compatibility between the binaries and the host system, you can avoid such errors.
Feel free to ask if you need further assistance or details.