Skip to content

Support linux/arm64/v8 platform for Docker #686

@zmes50416

Description

@zmes50416

Prerequisites

What are you trying to do that currently feels hard or impossible?

I want to use the official Docker image on my Mac laptop with Apple Silicon for development, but it shows a warning message:

! gen-ai-toolbox The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested

Although Docker Desktop for Mac does support running Linux/AMD64 images on Macs with Apple Silicon, supporting native platform images can still be helpful.

Suggested Solution(s)

This problem can likely be resolved by specifying the target platform as linux/arm64.

Alternatives Considered

I can use native darwin/amd64 binary, but sharing this binary with other team members require additional setup and I want to use docker for better developer experience.

Additional Details

No response

Metadata

Metadata

Assignees

Labels

priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions