sha256:aa0dc9c4b981fdeadf34cf78e6c204403d9c62ecc4ce5a33627fa72c6c62bc51
OS/ARCH
linux/amd64
Compressed size
888.74 MB
Last pushed
about 1 month by darkedges
Type
Image
Manifest digest
sha256:6f6a53099c44e429de870ba8c39145ec9fd1acba20c0161b083d1bbbb601e5a7
Image Layers
1# debian.sh --arch 'amd64' out/28.4 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.11.150 B7ENV PYTHON_SHA256=272179ddd9a2e41a0fc8e42e33dfbdca0b3711aa5abf372d3f2d51543d09b6250 B8RUN /bin/sh -c set -eux;13.78 MB9RUN /bin/sh -c set -eux;249 B10CMD ["python3"]0 B11RUN /bin/sh -c apt-get update68.96 MB12WORKDIR /srv32 B13COPY requirements.txt ./ # buildkit720 B14RUN /bin/sh -c pip install225.96 MB15ENV INSIGHTFACE_HOME=/opt/insightface0 B16RUN /bin/sh -c python -c550.28 MB17COPY app ./app # buildkit129.3 KB18COPY trust/ /opt/csca/ # buildkit1.23 KB19ARG APP_VERSION=0.3.60 B20ARG GIT_COMMIT=fe0060d0 B21ENV APP_VERSION=0.3.6 GIT_COMMIT=fe0060d0 B22EXPOSE [8000/tcp]0 B23CMD ["uvicorn" "app.main:app" "--host" "0.0.0.0"0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1785715200'