ggerganov / whisper.cpp

Port of OpenAI's Whisper model in C/C++
MIT License
34.55k stars 3.52k forks source link

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

Open Evenfire opened 5 months ago

Evenfire commented 5 months ago

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

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!

SaswatPadhi commented 3 months ago

+1. Ran into this issue today. Could the devs please fix the manifest? Thanks!