Skip to content

Docker image not working on linux/amd64 #437

Open
@jeremiemartel

Description

@jeremiemartel

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.

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions