Sign inSign up

hriships/iris-classifier-api:v1.1.0

Multi-platform
Index digest

sha256:182ed6658f1016b91c88ef0e43f803151715eab9d8befdbec7b95611d909d48b

OS/ARCH

Compressed size

497.36 MB

Last pushed

over 1 year by hriships

Type

Image

Manifest digest

sha256:745db35f09600540aa3ccdff6601e17356eb650760cff6c990bd7c5d76809980

Image Layers

1# debian.sh --arch 'arm64' out/26.77 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.18 MB
5ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B
6ENV PYTHON_VERSION=3.12.100 B
7ENV PYTHON_SHA256=07ab697474595e06f06647417d3c7fa97ded07afc1a7e4454c5639919b46eaea0 B
8RUN /bin/sh -c set -eux;12.94 MB
9RUN /bin/sh -c set -eux;250 B
10CMD ["python3"]0 B
11ENV PYTHONFAULTHANDLER=1 PYTHONHASHSEED=random PYTHONUNBUFFERED=1 PIP_NO_CACHE_DIR=10 B
12WORKDIR /app92 B
13RUN /bin/sh -c pip install116.94 MB
14COPY pyproject.toml poetry.lock* /app/ #29.08 KB
15RUN /bin/sh -c poetry install229.51 MB
16COPY . /app/ # buildkit108 MB
17ENTRYPOINT ["uvicorn" "app.main:app" "--host" "0.0.0.0"0 B
18CMD ["8000"]0 B

Command

# debian.sh --arch 'arm64' out/ 'bookworm' '@1745798400'