-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Open
Description
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

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!
SaswatPadhi, maximevalette and oldTomatoCN
Metadata
Metadata
Assignees
Labels
No labels