Sign inSign up

galeksandrp/ggrun:ci

Manifest digest

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 MB
2RUN /bin/sh -c apt-get update106.74 MB
3ENV LLM_APP_HOME=/opt/ggrun LLAMA_SERVER=/opt/ggrun/.bin/llama-server LLM_BACKEND=vulkan LLM_MODEL_DIR=/models0 B
4COPY /out/ggrun /opt/ggrun/.bin/ggrun # buildkit4.49 MB
5COPY /src/llama.cpp/build/bin/llama-server /opt/ggrun/.bin/llama-server-vulkan # buildkit23.65 MB
6COPY tools/gguf/parse_gguf.py /opt/ggrun/.bin/parse_gguf.py # buildkit6.43 KB
7COPY tools/download/download_any_gguf.py /opt/ggrun/.bin/download_any_gguf.py # buildkit8.04 KB
8COPY tools/models/model_index.py /opt/ggrun/.bin/model_index.py # buildkit4.39 KB
9RUN /bin/sh -c mkdir -p113 B
10EXPOSE [8081/tcp]0 B
11ENTRYPOINT ["ggrun"]0 B

Command

# debian.sh --arch 'amd64' out/ 'trixie' '@1787529600'