sha256:fc735a36ef919c9ab74c9a24d7f1ae2cf1d5a5174a3ef17d0386df30f20761ad
OS/ARCH
linux/arm64
Compressed size
173.74 MB
Last pushed
about 1 month by adrianllama
Type
Image
Manifest digest
sha256:82d55cb3c3cb941620b608462acfd91eea2fe32c93a07d836667c198f453dc05
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.22 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;248 B10CMD ["python3"]0 B11COPY /uv /uvx /bin/ #16.61 MB12RUN /bin/sh -c groupadd --gid3.24 KB13RUN /bin/sh -c mkdir -p94 B14WORKDIR /app32 B15COPY pyproject.toml uv.lock README.md ./291.21 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.44 MB18COPY /app/.venv /app/.venv # buildkit7.9 MB19COPY /app/dist/ /app/dist # buildkit54.53 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' '@1785715200'