sha256:fa167aa46b824451695ea7726d056f82d1a5d95acdb08b72462f2dea54986c0b
OS/ARCH
Compressed size
174.68 MB
Last pushed
about 1 year by kjanat
Type
Image
Manifest digest
sha256:cd1974d372822b8d4f7092fc6a55c9bae78a49f8fa498936b60cf1be5f46b02e
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B3RUN /bin/sh -c set -eux;3.35 MB4ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B5ENV PYTHON_VERSION=3.13.50 B6ENV PYTHON_SHA256=93e583f243454e6e9e4588ca2c2662206ad961659863277afcdb96801647d6400 B7RUN /bin/sh -c set -eux;12 MB8RUN /bin/sh -c set -eux;251 B9CMD ["python3"]0 B10LABEL org.opencontainers.image.description=PDF Extract with OCR:0 B11LABEL org.opencontainers.image.source=https://github.com/kjanat/pdf-extract-with-ocr0 B12LABEL org.opencontainers.image.licenses=Proprietary0 B13WORKDIR /app92 B14COPY requirements.txt . # buildkit369 B15ENV PYTHONDONTWRITEBYTECODE=1 PYTHONUNBUFFERED=1 IS_DOCKER_CONTAINER=true PIP_ROOT_USER_ACTION=ignore0 B16RUN /bin/sh -c apt-get update41.81 MB17COPY /wheels /wheels # buildkit39.4 MB18RUN /bin/sh -c pip install51.12 MB19COPY . . # buildkit85.93 KB20EXPOSE map[80/tcp:{}]0 B21CMD ["python3" "app.py"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1749513600'