public

kubeflow-kserve-huggingfaceserver (v0.15.2)

Published 2026-09-04 07:43:05 +00:00 by publish

Installation

docker pull packages.speedcloud.co.in/public/kubeflow-kserve-huggingfaceserver:v0.15.2
sha256:b5735d09128f1bf9d7e9ab1124333ac4912cadbd94dbde57e49047a92f6bb501

Images

Digest OS / Arch Size
1cf8f509a6 linux/amd64 1.4 GiB

Image Layers ( linux/amd64)

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=22.04
ADD file:59e67123ba6a5d9eea9813e7b2a767696f767c15c5b23c61c4d5bd6ba6fa9ac6 in /
CMD ["/bin/bash"]
ARG PYTHON=python3
RUN |1 PYTHON=python3 /bin/sh -c apt-get update && apt-get upgrade -y && apt-get install --no-install-recommends --fix-missing -y g++-12 gcc-12 google-perftools libgl1 libglib2.0-0 libjemalloc2 libnuma1 numactl python3.10-dev python3.10-venv python3-pip && apt-get clean && apt-get autoclean && apt-get autoremove -y && rm -rf /var/lib/apt/lists/* # buildkit
RUN |1 PYTHON=python3 /bin/sh -c update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-12 10 --slave /usr/bin/g++ g++ /usr/bin/g++-12 # buildkit
RUN |1 PYTHON=python3 /bin/sh -c ln -sf "$(which ${PYTHON})" /usr/bin/python # buildkit
RUN |1 PYTHON=python3 /bin/sh -c echo 'ulimit -c 0' >> ~/.bashrc # buildkit
ARG VENV_PATH=/prod_venv
ENV VIRTUAL_ENV=/prod_venv
ENV PATH=/prod_venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
RUN |2 PYTHON=python3 VENV_PATH=/prod_venv /bin/sh -c useradd kserve -m -u 1000 -d /home/kserve # buildkit
COPY --chown=kserve:kserve third_party third_party # buildkit
COPY --chown=kserve:kserve /prod_venv /prod_venv # buildkit
COPY --chown=kserve:kserve huggingfaceserver huggingfaceserver # buildkit
COPY --chown=kserve:kserve kserve kserve # buildkit
ENV HF_HOME=/tmp/huggingface
ENV HF_HUB_DISABLE_TELEMETRY=1
ENV LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libtcmalloc.so.4:/usr/lib/x86_64-linux-gnu/libjemalloc.so.2:
USER 1000
ENTRYPOINT ["python" "-m" "huggingfaceserver"]

Labels

Key Value
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.version 22.04
Details
Container
2026-09-04 07:43:05 +00:00
5
OCI / Docker
Versions (2) View all
v0.15.2-gpu 2026-09-04
v0.15.2 2026-09-04