sha256:9e64bd70fe88e35411c55ebf7670b3305c1c5df383153c59269b2981e804a1be
OS/ARCH
Compressed size
223.22 MB
Last pushed
11 months by yuzisun
Type
Image
Manifest digest
sha256:61fc462c90b635d190ea91bf7c79731031b4526fea68de76d8dedb251b4b17f0
Image Layers
1# debian.sh --arch 'arm64' out/26.8 MB2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B3ENV LANG=C.UTF-80 B4RUN /bin/sh -c set -eux;3.19 MB5ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B6ENV PYTHON_VERSION=3.11.140 B7ENV PYTHON_SHA256=8d3ed8ec5c88c1c95f5e558612a725450d2452813ddad5e58fdb1a53b1209b780 B8RUN /bin/sh -c set -eux;15.13 MB9RUN /bin/sh -c set -eux;250 B10CMD ["python3"]0 B11RUN /bin/sh -c apt-get update210.07 KB12ARG VENV_PATH0 B13ENV VIRTUAL_ENV=/prod_venv0 B14ENV PATH=/prod_venv/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B15RUN |1 VENV_PATH=/prod_venv /bin/sh -c3.24 KB16COPY third_party third_party # buildkit10.55 KB17COPY /prod_venv /prod_venv # buildkit171.87 MB18COPY kserve kserve # buildkit1021.74 KB19COPY storage storage # buildkit59.81 KB20COPY paddleserver paddleserver # buildkit4.94 MB21USER 10000 B22ENV PYTHONPATH=/paddleserver0 B23ENTRYPOINT ["python" "-m" "paddleserver"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1759104000'