Sign inSign up

qwedai/qwed-verification:sha-951a235

Security
Machine learning & AI
Developer tools
Index digest

sha256:ae7e8ce99a493448540f64fed0efb1dda017334c9ea5f951b0bd4cdbe464b201

OS/ARCH

linux/amd64

Compressed size

97.28 MB

Last pushed

6 months by findvio

Type

Image

Manifest digest

sha256:20e74368bd18f1fa8ef45412357af8d338aa666f7955f0581bb9cc61071e6728

Image Layers

1# debian.sh --arch 'amd64' out/26.92 MB
2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
3ENV LANG=C.UTF-80 B
4RUN /bin/sh -c set -eux;3.35 MB
5ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B
6ENV PYTHON_VERSION=3.12.120 B
7ENV PYTHON_SHA256=fb85a13414b028c49ba18bbd523c2d055a30b56b18b92ce454ea2c51edc656c40 B
8RUN /bin/sh -c set -eux;13.03 MB
9RUN /bin/sh -c set -eux;250 B
10CMD ["python3"]0 B
11ENV PYTHONDONTWRITEBYTECODE=10 B
12ENV PYTHONUNBUFFERED=10 B
13RUN /bin/sh -c apt-get update28.01 MB
14RUN /bin/sh -c useradd -m3.23 KB
15RUN /bin/sh -c mkdir -p124 B
16RUN /bin/sh -c apt-get update132.66 KB
17COPY requirements.txt /app/requirements.txt # buildkit1.38 KB
18RUN /bin/sh -c pip install3.72 MB
19RUN /bin/sh -c pip install20.84 MB
20RUN /bin/sh -c pip install1.01 MB
21COPY --chown=appuser:appuser qwed_sdk /app/qwed_sdk/ #62.14 KB
22COPY --chown=appuser:appuser src/qwed_new /app/qwed_new/ #188.13 KB
23COPY --chown=appuser:appuser action_entrypoint.py /action_entrypoint.py #5.39 KB
24RUN /bin/sh -c chmod +x5.39 KB
25RUN /bin/sh -c printf '#!/bin/bash\nset246 B
26ENV PYTHONPATH=/app0 B
27WORKDIR /github/workspace32 B
28ENTRYPOINT ["/entrypoint.sh"]0 B
29CMD ["python3" "-m" "uvicorn" "qwed_new.api.main:app"0 B

Command

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