sha256:f00ec2dab9d725e84b7227449232a818bb04d0ded89184a733a08f47c972d97b
OS/ARCH
linux/amd64
Compressed size
2.43 GB
Last pushed
over 1 year by inteldpo
Type
Image
Manifest digest
sha256:f00ec2dab9d725e84b7227449232a818bb04d0ded89184a733a08f47c972d97b
Image Layers
1ARG RELEASE0 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.ref.name=ubuntu0 B4LABEL org.opencontainers.image.version=22.040 B5ADD file ... in / 28.17 MB6CMD ["/bin/bash"]0 B7ENV CCACHE_DIR=/root/.cache/ccache0 B8ENV CMAKE_CXX_COMPILER_LAUNCHER=ccache0 B9RUN /bin/sh -c apt-get update427.64 MB10RUN /bin/sh -c pip install58.2 MB11ENV LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libtcmalloc_minimal.so.4:/usr/local/lib/libiomp5.so0 B12RUN /bin/sh -c echo 'ulimit1.53 KB13RUN /bin/sh -c pip install222.74 MB14WORKDIR /workspace99 B15COPY requirements-build.txt requirements-build.txt # buildkit254 B16ARG PIP_EXTRA_INDEX_URL=https://download.pytorch.org/whl/cpu0 B17ENV PIP_EXTRA_INDEX_URL=https://download.pytorch.org/whl/cpu0 B18RUN |1 PIP_EXTRA_INDEX_URL=https://download.pytorch.org/whl/cpu /bin/sh -c222.42 MB19WORKDIR /workspace/vllm120 B20COPY requirements-common.txt requirements-common.txt # buildkit1.04 KB21COPY requirements-cpu.txt requirements-cpu.txt # buildkit362 B22RUN /bin/sh -c pip install195.12 MB23COPY . . # buildkit50.86 MB24ARG GIT_REPO_CHECK=00 B25RUN |1 GIT_REPO_CHECK=0 /bin/sh -c32 B26ARG VLLM_CPU_DISABLE_AVX5120 B27ENV VLLM_CPU_DISABLE_AVX512=0 B28RUN |2 GIT_REPO_CHECK=0 VLLM_CPU_DISABLE_AVX512= /bin/sh1.26 GB29WORKDIR /workspace/32 B30RUN |2 GIT_REPO_CHECK=0 VLLM_CPU_DISABLE_AVX512= /bin/sh183 B31RUN |2 GIT_REPO_CHECK=0 VLLM_CPU_DISABLE_AVX512= /bin/sh615 B32ENTRYPOINT ["python3" "-m" "vllm.entrypoints.openai.api_server"]0 BCommand
ARG RELEASE