Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker "no matching manifest for linux/arm64" #2081

Open
Evenfire opened this issue Apr 20, 2024 · 0 comments
Open

Docker "no matching manifest for linux/arm64" #2081

Evenfire opened this issue Apr 20, 2024 · 0 comments

Comments

@Evenfire
Copy link

Evenfire commented Apr 20, 2024

Context

From the readme docker/images sections

Images
We have two Docker images available for this project:

ghcr.io/ggerganov/whisper.cpp:main: This image includes the main executable file as well as curl and ffmpeg. (platforms: linux/amd64, linux/arm64)
ghcr.io/ggerganov/whisper.cpp:main-cuda: Same as main but compiled with CUDA support. (platforms: linux/amd64)

Issue

Pulling for linux/arm64, results in an error:

$ docker pull --platform linux/arm64 ghcr.io/ggerganov/whisper.cpp:main
main: Pulling from ggerganov/whisper.cpp
no matching manifest for linux/arm64 in the manifest list entries

Details

  • I'm running
    Docker version 25.0.5, build 5dc9bcc
  • pulling for --platform linux/amd64 works well
  • the github "packages" page does not list any entry form linux/arm64. See image below for a screenshot at the time of the issue
image

I may have missed something but I'm stuck here trying to use an out of the box docker image.
Glad to help fix if needed!

@Evenfire Evenfire changed the title Docker no matching manifest for linux/arm64 Docker "no matching manifest for linux/arm64" Apr 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant