Skip to content

Docker Image fails to run on linux/arm64/v8 for jikkou:0.35.1 #482

Open
@harshvardhan-j

Description

Describe the bug
A clear and concise description of what the bug is.
Running docker on Mac M1 results in the below error

docker run -it streamthoughts/jikkou:0.35.1

WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
The current machine does not support all of the following CPU features that are required by the image: [CX8, CMOV, FXSR, MMX, SSE, SSE2, SSE3, SSSE3, SSE4_1, SSE4_2, POPCNT, LZCNT, AVX, AVX2, BMI1, BMI2, FMA].
Please rebuild the executable with an appropriate setting of the -march option.%

To Reproduce
Steps to reproduce the behavior:

Expected behavior
A clear and concise description of what you expected to happen.

Docker image runs on Mac M1.

Screenshots/Configs
If applicable, add screenshots to help explain your problem.

Runtime environment

  • OS: macOS Sonoma (Apple M1 Pro)
  • Jikkou: 0.35.1
  • Docker version: Docker Engine - Community 27.1.1

Additional context
Add any other context about the problem here.

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions