sha256:57a9921aa362c8eca1cde83b2997d1a7105d675f23fb22fcda0c14e6247dff61
OS/ARCH
linux/amd64
Compressed size
1.68 GB
Last pushed
3 months by nagaozen
Type
Image
Manifest digest
sha256:71e48e9f4bd2013b69cdb6b34b5fdb39ab2f7d2ee8de40190e2fa6f8d78c78f2
Image Layers
1# debian.sh --arch 'amd64' out/26.93 MB2RUN /bin/sh -c apt-get update15.47 MB3RUN /bin/sh -c addgroup --system1.11 KB4WORKDIR /app93 B5COPY /llama.cpp/build/bin/llama-server /app/llama-server # buildkit6.2 MB6COPY /models/Ternary-Bonsai-8B-Q2_0.gguf /models/Ternary-Bonsai-8B-Q2_0.gguf # buildkit1.63 GB7COPY <<EOF /app/entrypoint.sh # buildkit373 B8RUN /bin/sh -c chmod +x369 B9USER llamacpp0 B10EXPOSE [8080/tcp]0 B11ENTRYPOINT ["/app/entrypoint.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1779062400'