sha256:b0b39113dff2f780b31930f5e712f522ded84de06d8abdcba22ba096ddc1b426
OS/ARCH
Compressed size
101.99 MB
Last pushed
about 1 year by luismachadoreis
Type
Image
Manifest digest
sha256:509d39f6b9481fc737c32e130008c31a120b1134852f84723164a3b920be27ef
Image Layers
1# debian.sh --arch 'amd64' out/28.39 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=A035C8C19219BA821ECEA86B64E628F8D684696D0 B6ENV PYTHON_VERSION=3.10.180 B7ENV PYTHON_SHA256=ae665bc678abd9ab6a6e1573d2481625a53719bc517e9a634ed2b9fefae3817f0 B8RUN /bin/sh -c set -eux;13.44 MB9RUN /bin/sh -c set -eux;250 B10CMD ["python3"]0 B11WORKDIR /app93 B12RUN /bin/sh -c apt-get update36.86 MB13COPY requirements.txt ./ # buildkit159 B14RUN /bin/sh -c pip install22.06 MB15ARG PROMPTS_REPO=https://github.com/luismr/blueprint-prompts.git0 B16ENV PROMPTS_REPO=https://github.com/luismr/blueprint-prompts.git0 B17ARG PROMPTS_BRANCH=v1.3.00 B18ENV PROMPTS_BRANCH=v1.3.00 B19COPY server.py . # buildkit1.75 KB20COPY entrypoint.sh /entrypoint.sh # buildkit331 B21RUN |2 PROMPTS_REPO=https://github.com/luismr/blueprint-prompts.git PROMPTS_BRANCH=v1.3.0 /bin/sh331 B22CMD ["/entrypoint.sh"]0 B23EXPOSE map[9000/tcp:{}]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1754870400'