sha256:cc5e35f3d47b30ec1a4f38d6a2e13111a9abfd48cb7c1b6da5f532c6b16f1d93
OS/ARCH
linux/amd64
Compressed size
84.68 MB
Last pushed
3 days by btpanel
Type
Image
Manifest digest
sha256:78600896df29fb144efaf1c358de4817e7fdd9197ba10d9e089b922b5d1bf9a8
Image Layers
1# debian.sh --arch 'amd64' out/28.45 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.23 MB5ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B6ENV PYTHON_VERSION=3.12.140 B7ENV PYTHON_SHA256=5c8462af5790baf43a321a1559dbe0db06d1be4300fb85fb53c40060668e548a0 B8RUN /bin/sh -c set -eux;11.56 MB9RUN /bin/sh -c set -eux;249 B10CMD ["python3"]0 B11ARG PYTHON_VERSION=3.120 B12ARG APP_VERSION=dev0 B13LABEL org.opencontainers.image.title=llmpod org.opencontainers.image.description=LLMPod —— AI0 B14ENV PYTHONUNBUFFERED=1 PYTHONDONTWRITEBYTECODE=1 PATH=/opt/venv/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin LLMPOD_NODE_ID_FILE=/app/data/node_id0 B15RUN |2 PYTHON_VERSION=3.12 APP_VERSION=26.9.22 /bin/sh5.17 MB16COPY /opt/venv /opt/venv # buildkit35.16 MB17COPY /app /app # buildkit3.11 MB18COPY docker/entrypoint.sh /entrypoint.sh # buildkit1.15 KB19RUN |2 PYTHON_VERSION=3.12 APP_VERSION=26.9.22 /bin/sh112 B20WORKDIR /app32 B21EXPOSE map[8080/tcp:{}]0 B22HEALTHCHECK &{["CMD-SHELL" "curl -fsS http://127.0.0.1:8080/health0 B23ENTRYPOINT ["/usr/bin/tini" "--" "/entrypoint.sh"]0 B24CMD ["webserver"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1789689600'