llama.cpp (sha256:0ff8f25e6d6c9566684088fdb30051133042407fde7177670b22dc0b55a59acd)

Published 2026-04-05 11:24:39 +02:00 by hydrar

Installation

docker pull git.hydrar.se/hydrar/llama.cpp@sha256:0ff8f25e6d6c9566684088fdb30051133042407fde7177670b22dc0b55a59acd
sha256:0ff8f25e6d6c9566684088fdb30051133042407fde7177670b22dc0b55a59acd

Image layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=24.04
ADD file:3f78aa860931e0853077f09eb31eddbeeef8a9dd70977305b4876aa176770721 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 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.ref.name ubuntu
org.opencontainers.image.version 24.04
Details
Container
2026-04-05 11:24:39 +02:00
2
OCI / Docker
linux/amd64
858 MiB
Versions (1) View all
cpu-rpc 2026-04-05