sha256:a31c793677f54eb2b1d04501f6eee9368adb81a126130e74edb91f5dac6a630f
OS/ARCH
Compressed size
923.98 MB
Last pushed
almost 2 years by pytorchbot
Type
Image
Manifest digest
sha256:d9b279f7fd3d62da54bd4113f1e997010dadfca1d2bbc25d7c430c25555bdffa
Image Layers
1ARG RELEASE0 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.ref.name=ubuntu0 B4LABEL org.opencontainers.image.version=20.040 B5ADD file ... in / 24.77 MB6CMD ["/bin/bash"]0 B7ARG PYTHON_VERSION0 B8ENV PYTHONUNBUFFERED=TRUE0 B9RUN |1 PYTHON_VERSION=3.9 /bin/sh -c319.36 MB10RUN |1 PYTHON_VERSION=3.9 /bin/sh -c4.42 KB11COPY /home/venv /home/venv # buildkit204.36 MB12COPY /usr/local/bin/dockerd-entrypoint.sh /usr/local/bin/dockerd-entrypoint.sh # buildkit347 B13ENV PATH=/home/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B14RUN |1 PYTHON_VERSION=3.9 /bin/sh -c155 B15COPY docker/config.properties /home/model-server/config.properties # buildkit308 B16RUN |1 PYTHON_VERSION=3.9 /bin/sh -c154 B17EXPOSE map[7070/tcp:{} 7071/tcp:{} 8080/tcp:{} 8081/tcp:{}0 B18USER model-server0 B19WORKDIR /home/model-server32 B20ENV TEMP=/home/model-server/tmp0 B21ENTRYPOINT ["/usr/local/bin/dockerd-entrypoint.sh"]0 B22CMD ["serve"]0 B23USER root0 B24RUN /bin/sh -c pip install35.19 KB25COPY requirements.txt requirements.txt # buildkit239 B26RUN /bin/sh -c pip install368.34 MB27COPY dockerd-entrypoint.sh /usr/local/bin/dockerd-entrypoint.sh # buildkit295 B28RUN /bin/sh -c chmod +x32 B29COPY kserve_wrapper kserve_wrapper # buildkit6.57 KB30COPY third_party third_party # buildkit7.1 MB31COPY ./*.proto ./kserve_wrapper/ # buildkit4.22 KB32RUN /bin/sh -c python -m3.9 KB33COPY config.properties config.properties # buildkit562 B34USER model-server0 B35ENTRYPOINT ["/usr/local/bin/dockerd-entrypoint.sh"]0 BCommand
ARG RELEASE