Description
Prerequisites
- Search the current open issues
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