Sign inSign up

sllwakeup/paddleocr:1.0.0

Index digest

sha256:47966405702681985735df9e6eabdb62c4ef67a09beadfc1acc5f8572a700738

OS/ARCH

linux/amd64

Compressed size

948.42 MB

Last pushed

21 days by sllwakeup

Type

Image

Manifest digest

sha256:140050832415dc65cbeb09ed20b73c824d4c7028bdf3e10c9d942aa72270b144

Image Layers

1# debian.sh --arch 'amd64' out/28.41 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;4.07 MB
5ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B
6ENV PYTHON_VERSION=3.11.160 B
7ENV PYTHON_SHA256=91bcdebfdde239a003ae93738a7fce0f9230fee5c4bc2b86f6e6e8c6f98aabe80 B
8RUN /bin/sh -c set -eux;13.78 MB
9RUN /bin/sh -c set -eux;249 B
10CMD ["python3"]0 B
11ENV PYTHONDONTWRITEBYTECODE=1 PYTHONUNBUFFERED=1 PIP_NO_CACHE_DIR=1 PIP_ROOT_USER_ACTION=ignore0 B
12WORKDIR /app93 B
13RUN /bin/sh -c apt-get update287.76 MB
14COPY requirements.txt /app/requirements.txt # buildkit233 B
15RUN /bin/sh -c python -m473.84 MB
16COPY models/official_models /root/.paddlex/official_models # buildkit140.56 MB
17COPY main.py /app/main.py # buildkit4.35 KB
18EXPOSE [8080/tcp]0 B
19CMD ["uvicorn" "main:app" "--host" "0.0.0.0"0 B

Command

# debian.sh --arch 'amd64' out/ 'trixie' '@1787529600'