sha256:9b95f2eef21a28f2f8a9023b7573e33b394432179fe1a92d3db384f215a71dc9
OS/ARCH
Compressed size
177.51 MB
Last pushed
about 20 hours by yuzisun
Type
Image
Manifest digest
sha256:dc963ebb3c878db437cc3a3952d037b240a6782fdab1a425e97e7517a8f07b5f
Image Layers
1# debian.sh --arch 'arm64' out/26.82 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.21 MB5ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B6ENV PYTHON_VERSION=3.11.160 B7ENV PYTHON_SHA256=91bcdebfdde239a003ae93738a7fce0f9230fee5c4bc2b86f6e6e8c6f98aabe80 B8RUN /bin/sh -c set -eux;15.22 MB9RUN /bin/sh -c set -eux;250 B10CMD ["python3"]0 B11RUN /bin/sh -c apt-get update210.58 KB12ARG VENV_PATH=/prod_venv0 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.23 KB16COPY --chown=kserve:kserve third_party third_party #18.5 KB17COPY --chown=kserve:kserve /prod_venv /prod_venv #130.59 MB18COPY kserve kserve # buildkit1.07 MB19COPY storage storage # buildkit160.16 KB20COPY xgbserver xgbserver # buildkit211.18 KB21USER 10000 B22ENV PYTHONPATH=/xgbserver0 B23ENTRYPOINT ["python" "-m" "xgbserver"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1789689600'