sha256:cd4bae1d2776376516a173b6899d2883ca0c0dd26a22d26e8ba62885f8f6ada3
OS/ARCH
linux/amd64
Compressed size
888.77 MB
Last pushed
about 1 month by darkedges
Type
Image
Manifest digest
sha256:3148016e195aac26f2f0be1785759632a6462c3180113c8d3def18e433d8cf7e
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 # buildkit157.55 KB18COPY trust/ /opt/csca/ # buildkit1.23 KB19ARG APP_VERSION=0.4.00 B20ARG GIT_COMMIT=0c549d7-dirty0 B21ENV APP_VERSION=0.4.0 GIT_COMMIT=0c549d7-dirty0 B22EXPOSE [8000/tcp]0 B23CMD ["uvicorn" "app.main:app" "--host" "0.0.0.0"0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1785715200'