sha256:cd9a1daed81f3ba7124dd6d20b4fda5a0beca5679ecdd4321193e8ef9e871a73
OS/ARCH
linux/arm64
Compressed size
173.55 MB
Last pushed
5 months by adrianllama
Type
Image
Manifest digest
sha256:4d4080505b8fa4bd18556710189306f213d0a8570260079236b669683b927eef
Image Layers
1# debian.sh --arch 'arm64' out/28.75 MB2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B3ENV LANG=C.UTF-80 B4RUN /bin/sh -c set -eux;1.21 MB5ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B6ENV PYTHON_VERSION=3.12.130 B7ENV PYTHON_SHA256=c08bc65a81971c1dd5783182826503369466c7e67374d1646519adf05207b6840 B8RUN /bin/sh -c set -eux;11.49 MB9RUN /bin/sh -c set -eux;249 B10CMD ["python3"]0 B11COPY /uv /uvx /bin/ #16.61 MB12RUN /bin/sh -c groupadd --gid3.24 KB13RUN /bin/sh -c mkdir -p95 B14WORKDIR /app32 B15COPY pyproject.toml uv.lock README.md ./289.73 KB16ENV PATH=/app/.venv/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B17RUN /bin/sh -c apt-get update107.35 MB18COPY /app/.venv /app/.venv # buildkit7.8 MB19COPY /app/dist/ /app/dist # buildkit53.9 KB20ENV LLAMA_DEPLOY_BOOTSTRAP_SDISTS=/app/dist/0 B21USER appuser0 B22ENV LLAMA_DEPLOY_APISERVER_PORT=80800 B23ENV LLAMA_DEPLOY_APISERVER_HOST=0.0.0.00 B24EXPOSE [8080/tcp]0 BCommand
# debian.sh --arch 'arm64' out/ 'trixie' '@1776729600'