sha256:dc0a285cb34ab385d41a75e8a20fa452979e3254719f0cc0cf256de8230248a1
OS/ARCH
Compressed size
168.32 MB
Last pushed
over 1 year by kjanat
Type
Image
Manifest digest
sha256:634fbc6dfc80987d3d78ccc802835706d66e299ab79e6143c2202492a3f0c659
Image Layers
1# debian.sh --arch 'amd64' out/26.9 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.20 B6ENV PYTHON_SHA256=d984bcc57cd67caab26f7def42e523b1c015bbc5dc07836cf4f0b63fa159eb560 B7RUN /bin/sh -c set -eux;12 MB8RUN /bin/sh -c set -eux;249 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 /app93 B14COPY requirements.txt . # buildkit370 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 # buildkit34.37 MB18RUN /bin/sh -c pip install49.8 MB19COPY . . # buildkit83.85 KB20EXPOSE map[80/tcp:{}]0 B21CMD ["python3" "app.py"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1742169600'