Sign inSign up

kjanat/pdf-extract-with-ocr:docker

Multi-platform
API management
Data science
Web servers
Index digest

sha256:dc0a285cb34ab385d41a75e8a20fa452979e3254719f0cc0cf256de8230248a1

OS/ARCH

Compressed size

139.15 MB

Last pushed

over 1 year by kjanat

Type

Image

Manifest digest

sha256:76cf242205c2a45a4fa6994eddbce0046863cbc8f82ef78af98ae36d90c223d0

Image Layers

1# debian.sh --arch 'armhf' out/22.81 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;2.78 MB
4ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B
5ENV PYTHON_VERSION=3.13.20 B
6ENV PYTHON_SHA256=d984bcc57cd67caab26f7def42e523b1c015bbc5dc07836cf4f0b63fa159eb560 B
7RUN /bin/sh -c set -eux;11.21 MB
8RUN /bin/sh -c set -eux;249 B
9CMD ["python3"]0 B
10LABEL org.opencontainers.image.description=PDF Extract with OCR:0 B
11LABEL org.opencontainers.image.source=https://github.com/kjanat/pdf-extract-with-ocr0 B
12LABEL org.opencontainers.image.licenses=Proprietary0 B
13WORKDIR /app93 B
14COPY requirements.txt . # buildkit370 B
15ENV PYTHONDONTWRITEBYTECODE=1 PYTHONUNBUFFERED=1 IS_DOCKER_CONTAINER=true PIP_ROOT_USER_ACTION=ignore0 B
16RUN /bin/sh -c apt-get update38.78 MB
17COPY /wheels /wheels # buildkit24.1 MB
18RUN /bin/sh -c pip install39.39 MB
19COPY . . # buildkit83.85 KB
20EXPOSE map[80/tcp:{}]0 B
21CMD ["python3" "app.py"]0 B

Command

# debian.sh --arch 'armhf' out/ 'bookworm' '@1742169600'