ghcr.io/ggml-org/whisper.cpp:main linux/amd64

ghcr.io/ggml-org/whisper.cpp:main - 国内下载镜像源 浏览次数:11 r12t 贡献同步

whisper.cpp是OpenAI Whisper语音识别模型的C++轻量级实现,该Docker镜像封装了whisper.cpp的运行环境,便于用户快速部署和使用语音识别功能,支持多种模型大小与语音输入格式,可用于离线语音转文字等场景。

源镜像 ghcr.io/ggml-org/whisper.cpp:main
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/ggml-org/whisper.cpp:main
镜像ID sha256:c4e101f9de9b6eb17cba849bf0b8b6c6d0f017995d0ef7781c1520609b7d279e
镜像TAG main
大小 1.11GB
镜像源 ghcr.io
CMD
启动入口 bash -c
工作目录 /app
OS/平台 linux/amd64
浏览量 11 次
贡献者
avatar
r12t
镜像创建 2026-03-17T06:27:50.247520002Z
同步时间 2026-03-18 11:05
环境变量
PATH=/app/build/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
镜像标签
ubuntu: org.opencontainers.image.ref.name 22.04: org.opencontainers.image.version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/ggml-org/whisper.cpp:main
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/ggml-org/whisper.cpp:main  ghcr.io/ggml-org/whisper.cpp:main

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/ggml-org/whisper.cpp:main
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/ggml-org/whisper.cpp:main  ghcr.io/ggml-org/whisper.cpp:main

Shell快速替换命令

sed -i 's#ghcr.io/ggml-org/whisper.cpp:main#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/ggml-org/whisper.cpp:main#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/ggml-org/whisper.cpp:main && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/ggml-org/whisper.cpp:main  ghcr.io/ggml-org/whisper.cpp:main'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/ggml-org/whisper.cpp:main && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/ggml-org/whisper.cpp:main  ghcr.io/ggml-org/whisper.cpp:main'

镜像构建历史


# 2026-03-17 14:27:50  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["bash" "-c"]
                        
# 2026-03-17 14:27:50  0.00B 设置环境变量 PATH
ENV PATH=/app/build/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2026-03-17 14:27:50  202.41MB 复制新文件或目录到容器中
COPY /app /app # buildkit
                        
# 2026-03-17 14:26:57  834.04MB 执行命令并创建新的镜像层
RUN /bin/sh -c apt-get update &&   apt-get install -y curl ffmpeg libsdl2-dev wget cmake git   && rm -rf /var/lib/apt/lists/* /var/cache/apt/archives/* # buildkit
                        
# 2026-03-17 14:25:45  0.00B 设置工作目录为/app
WORKDIR /app
                        
# 2026-02-24 15:30:08  0.00B 
/bin/sh -c #(nop)  CMD ["/bin/bash"]
                        
# 2026-02-24 15:30:08  77.88MB 
/bin/sh -c #(nop) ADD file:87202021c36509f80e5414aa2307ce867cd2e3b5f0d0f3bd0c98749793bd1fb4 in / 
                        
# 2026-02-24 15:30:06  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.version=22.04
                        
# 2026-02-24 15:30:06  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.ref.name=ubuntu
                        
# 2026-02-24 15:30:06  0.00B 
/bin/sh -c #(nop)  ARG LAUNCHPAD_BUILD_ARCH
                        
# 2026-02-24 15:30:06  0.00B 
/bin/sh -c #(nop)  ARG RELEASE
                        
                    

镜像信息

{
    "Id": "sha256:c4e101f9de9b6eb17cba849bf0b8b6c6d0f017995d0ef7781c1520609b7d279e",
    "RepoTags": [
        "ghcr.io/ggml-org/whisper.cpp:main",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/ggml-org/whisper.cpp:main"
    ],
    "RepoDigests": [
        "ghcr.io/ggml-org/whisper.cpp@sha256:8052ef725c9df7000e0fd146f117db3839c3ad76b2c7d9275d591fd2b6034338",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/ggml-org/whisper.cpp@sha256:429e65c18341dc9c52c17dbe5c50396e43c40a368ac2507f2576f1e7170f3bf2"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-03-17T06:27:50.247520002Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/app/build/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
        ],
        "Cmd": null,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/app",
        "Entrypoint": [
            "bash",
            "-c"
        ],
        "OnBuild": null,
        "Labels": {
            "org.opencontainers.image.ref.name": "ubuntu",
            "org.opencontainers.image.version": "22.04"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 1114333409,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/1b1d4992cfd09178de85c55538c1e39af466e9c84ef179ef70d693f88864514f/diff:/var/lib/docker/overlay2/c8dc72aef0f4e7636afa7c330f6abd68a5a52a7decc88277c32fa84193bc35f4/diff:/var/lib/docker/overlay2/9e9a0192f312f62239d7b0c050ae0074335b34018347026829ac9c60e81d3cc4/diff",
            "MergedDir": "/var/lib/docker/overlay2/74bdf09252154337343e51425b7fd74284dcb6255274ce46fc0391c17dd51c03/merged",
            "UpperDir": "/var/lib/docker/overlay2/74bdf09252154337343e51425b7fd74284dcb6255274ce46fc0391c17dd51c03/diff",
            "WorkDir": "/var/lib/docker/overlay2/74bdf09252154337343e51425b7fd74284dcb6255274ce46fc0391c17dd51c03/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:fd7b85c1b84e3dcd6e601489a9676aeb7126f78d71babf9637fab93280660536",
            "sha256:312da064f39df987898016499485f96fbc2f78fac0fa409c01cad93b939bd16a",
            "sha256:4e9d6491d62c638bf2be7a9573c1ccade0a87729a45f1d04529862f488496477",
            "sha256:f62de49e7a39270b317c9557048e3eb89d5529a1ca6852e46f014a56bd8a393f"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-03-18T11:04:02.081095519+08:00"
    }
}

更多版本

ghcr.io/ggml-org/whisper.cpp:main

linux/amd64 ghcr.io1.11GB2026-03-18 11:05
10