llama.cpp (sha256:d76d70380a5736175ab31000a81838db3f2c727dc0d80ebf57176cead8a19972)
Installation
docker pull git.hydrar.se/hydrar/llama.cpp@sha256:d76d70380a5736175ab31000a81838db3f2c727dc0d80ebf57176cead8a19972sha256:d76d70380a5736175ab31000a81838db3f2c727dc0d80ebf57176cead8a19972Image layers
| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.version=24.04 |
| ADD file:8ce1caf246e7c778bca84c516d02fd4e83766bb2c530a0fffa8a351b560a2728 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.version | 24.04 |
Details
Versions (2)
View all
cpu-rpc-numa
2026-06-26
cpu-rpc
2026-04-30