llama.cpp (sha256:6e32337b51519cc29e761524d0c0ed48b9c7c2deb065ee2acdeca1c6ce47d055)

Published 2026-06-26 12:00:43 +02:00 by hydrar in hydrar/llama.cpp

Installation

docker pull git.hydrar.se/hydrar/llama.cpp@sha256:6e32337b51519cc29e761524d0c0ed48b9c7c2deb065ee2acdeca1c6ce47d055
sha256:6e32337b51519cc29e761524d0c0ed48b9c7c2deb065ee2acdeca1c6ce47d055

About this package

LLM inference in C/C++

Image layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.version=24.04
ADD file:46ac5b8ee4c64ad9ebe840abd5619f571a617ac19483764d47d0eeba7907934f in /
CMD ["/bin/bash"]
ARG BUILD_DATE=N/A
ARG APP_VERSION=N/A
ARG APP_REVISION=N/A
ARG IMAGE_URL=https://github.com/ggml-org/llama.cpp
ARG IMAGE_SOURCE=https://github.com/ggml-org/llama.cpp
LABEL org.opencontainers.image.created=N/A org.opencontainers.image.version=N/A org.opencontainers.image.revision=N/A org.opencontainers.image.title=llama.cpp org.opencontainers.image.description=LLM inference in C/C++ org.opencontainers.image.url=https://github.com/ggml-org/llama.cpp org.opencontainers.image.source=https://github.com/ggml-org/llama.cpp
RUN |5 BUILD_DATE=N/A APP_VERSION=N/A APP_REVISION=N/A IMAGE_URL=https://github.com/ggml-org/llama.cpp IMAGE_SOURCE=https://github.com/ggml-org/llama.cpp /bin/sh -c apt-get update && apt-get install -y libgomp1 curl ffmpeg && apt autoremove -y && apt clean -y && rm -rf /tmp/* /var/tmp/* && find /var/cache/apt/archives /var/lib/apt/lists -not -name lock -type f -delete && find /var/cache -type f -delete # buildkit
COPY /app/lib/ /app # buildkit
COPY /app/full /app # buildkit
WORKDIR /app
RUN |5 BUILD_DATE=N/A APP_VERSION=N/A APP_REVISION=N/A IMAGE_URL=https://github.com/ggml-org/llama.cpp IMAGE_SOURCE=https://github.com/ggml-org/llama.cpp /bin/sh -c apt-get update && apt-get install -y git python3 python3-pip python3-wheel && pip install --break-system-packages --upgrade setuptools && pip install --break-system-packages -r requirements.txt && apt autoremove -y && apt clean -y && rm -rf /tmp/* /var/tmp/* && find /var/cache/apt/archives /var/lib/apt/lists -not -name lock -type f -delete && find /var/cache -type f -delete # buildkit
ENTRYPOINT ["/app/tools.sh"]

Labels

Key Value
org.opencontainers.image.created N/A
org.opencontainers.image.description LLM inference in C/C++
org.opencontainers.image.revision N/A
org.opencontainers.image.source https://github.com/ggml-org/llama.cpp
org.opencontainers.image.title llama.cpp
org.opencontainers.image.url https://github.com/ggml-org/llama.cpp
org.opencontainers.image.version N/A
Details
Container
2026-06-26 12:00:43 +02:00
2
OCI / Docker
linux/amd64
1.1 GiB
Versions (2) View all
cpu-rpc-numa 2026-06-26
cpu-rpc 2026-04-30