Skip to content

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

@Evenfire

Description

@Evenfire

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!

Metadata

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