Open
Description
Describe the bug
Cannot run a container using image from docker hub on linux/amd64 platform.
To Reproduce
docker run --rm clevy/csml-engine:latest
exec /bin/sh: exec format error
Expected behavior
Supposed to launch csml engine.
Additional context
It looks like you are copying compiled binaries in Dockerfile instead of building it inside docker image, and you copied arm binary and not amd version.