sha256:24204f1e8b8a91e625cbb5069a8aef3498f0852fa05e3e66fce02cdc6da058ee
OS/ARCH
linux/amd64
Compressed size
163.3 MB
Last pushed
22 days by galeksandrp
Type
Image
Manifest digest
sha256:24204f1e8b8a91e625cbb5069a8aef3498f0852fa05e3e66fce02cdc6da058ee
Image Layers
1# debian.sh --arch 'amd64' out/28.41 MB2RUN /bin/sh -c apt-get update106.74 MB3ENV LLM_APP_HOME=/opt/ggrun LLAMA_SERVER=/opt/ggrun/.bin/llama-server LLM_BACKEND=vulkan LLM_MODEL_DIR=/models0 B4COPY /out/ggrun /opt/ggrun/.bin/ggrun # buildkit4.49 MB5COPY /src/llama.cpp/build/bin/llama-server /opt/ggrun/.bin/llama-server-vulkan # buildkit23.65 MB6COPY tools/gguf/parse_gguf.py /opt/ggrun/.bin/parse_gguf.py # buildkit6.43 KB7COPY tools/download/download_any_gguf.py /opt/ggrun/.bin/download_any_gguf.py # buildkit8.04 KB8COPY tools/models/model_index.py /opt/ggrun/.bin/model_index.py # buildkit4.39 KB9RUN /bin/sh -c mkdir -p113 B10EXPOSE [8081/tcp]0 B11ENTRYPOINT ["ggrun"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1787529600'