llama.cpp (sha256:75c3f95416241e0687841b1bb218aaee830ec218a31e463813c732214fec781e)

Published 2026-03-02 07:18:22 +01:00 by hydrar

Installation

docker pull git.hydrar.se/hydrar/llama.cpp@sha256:75c3f95416241e0687841b1bb218aaee830ec218a31e463813c732214fec781e
sha256:75c3f95416241e0687841b1bb218aaee830ec218a31e463813c732214fec781e

Image layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=22.04
ADD file:52c0e467fa2e92f101018df01a0ff56580c752b7553fbe6df88e16b02af6d4ee in /
CMD ["/bin/bash"]
RUN /bin/sh -c apt-get update && apt-get install -y libgomp1 curl && 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 /bin/sh -c apt-get update && apt-get install -y git python3 python3-pip && pip install --upgrade pip setuptools wheel && pip install -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.ref.name ubuntu
org.opencontainers.image.version 22.04
Details
Container
2026-03-02 07:18:22 +01:00
4
OCI / Docker
linux/amd64
806 MiB
Versions (1) View all
cpu-rpc 2026-03-02