nat / openplayground

An LLM playground you can run on your laptop
MIT License
6.17k stars 478 forks source link

Docker images for Apple Silicon (arm64) #127

Closed adamkdean closed 4 months ago

adamkdean commented 4 months ago

Sadly, after the 3GB+ image download, I'm seeing that image only contains the amd64 platform.

Is there a plan to build docker for arm64 (incl. Apple M series)?

adamkdean commented 4 months ago

Strangely, the message:

WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested 6ff2525959dff2444eea69d92eb1ace51dc8e1d52aa85e2ab8705e5f830f1569

Is what I'd expect to cause a failure yet the container continues to run. Perhaps this is allowed by docker's cross-platform features as part of Docker for Mac.

As it works, closing issue.