Sign inSign up

qwedai/qwed-verification:7.1

Security
Machine learning & AI
Developer tools
Index digest

sha256:91d64f53e587fec90b9ae28f6023cd2667af9f3f5224c84116b38f4e244de2cf

OS/ARCH

linux/amd64

Compressed size

111.86 MB

Last pushed

about 1 month by findvio

Type

Image

Manifest digest

sha256:6d08f5a0d39a194d06e72ff271f739e905abf0fe7ecc2be53a7e9f86d3f6bae8

Image Layers

1# debian.sh --arch 'amd64' out/26.93 MB
2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
3RUN /bin/sh -c set -eux;3.35 MB
4ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B
5ENV PYTHON_VERSION=3.13.130 B
6ENV PYTHON_SHA256=2ab91ff401783ccca64f75d10c882e957bdfd60e2bf5a72f8421793729b78a710 B
7RUN /bin/sh -c set -eux;11.93 MB
8RUN /bin/sh -c set -eux;248 B
9CMD ["python3"]0 B
10ENV PYTHONDONTWRITEBYTECODE=1 PYTHONUNBUFFERED=1 PYTHONPATH=/app0 B
11RUN /bin/sh -c apt-get update43.28 MB
12COPY requirements.txt /app/requirements.txt # buildkit1.72 KB
13RUN /bin/sh -c pip install26.03 MB
14COPY --chown=appuser:appuser qwed_sdk /app/qwed_sdk/ #67.14 KB
15COPY --chown=appuser:appuser src/qwed_new /app/qwed_new/ #262.59 KB
16COPY --chown=appuser:appuser action_entrypoint.py /action_entrypoint.py #6.31 KB
17RUN /bin/sh -c printf '#!/bin/bash\nset6.51 KB
18WORKDIR /github/workspace32 B
19ENTRYPOINT ["/entrypoint.sh"]0 B
20CMD ["python3" "-m" "uvicorn" "qwed_new.api.main:app"0 B

Command

# debian.sh --arch 'amd64' out/ 'bookworm' '@1776729600'