sha256:4e8898b71043c0d51cad587400ea48b21c6932ea0ccd4ac5d44831636d381c6e
OS/ARCH
Compressed size
105.61 MB
Last pushed
8 months by luismachadoreis
Type
Image
Manifest digest
sha256:7f299403491038c9369b7a486dade930a9bd10144965a4a2bb435caf9b5ffc30
Image Layers
1# debian.sh --arch 'arm64' out/28.74 MB2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B3RUN /bin/sh -c set -eux;1.21 MB4ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B5ENV PYTHON_VERSION=3.13.110 B6ENV PYTHON_SHA256=16ede7bb7cdbfa895d11b0642fa0e523f291e6487194d53cf6d3b338c3a17ea20 B7RUN /bin/sh -c set -eux;11.17 MB8RUN /bin/sh -c set -eux;248 B9CMD ["python3"]0 B10WORKDIR /app93 B11RUN /bin/sh -c apt-get update36.82 MB12COPY requirements.txt ./ # buildkit159 B13RUN /bin/sh -c pip install27.67 MB14ARG PROMPTS_REPO=https://github.com/luismr/blueprint-prompts.git0 B15ENV PROMPTS_REPO=https://github.com/luismr/blueprint-prompts.git0 B16ARG PROMPTS_BRANCH=v1.7.10 B17ENV PROMPTS_BRANCH=v1.7.10 B18COPY server.py . # buildkit1.87 KB19COPY entrypoint.sh /entrypoint.sh # buildkit332 B20RUN |2 PROMPTS_REPO=https://github.com/luismr/blueprint-prompts.git PROMPTS_BRANCH=v1.7.1 /bin/sh331 B21CMD ["/entrypoint.sh"]0 B22EXPOSE [9000/tcp]0 BCommand
# debian.sh --arch 'arm64' out/ 'trixie' '@1768176000'