Skip to content

Commit 27f0118

Browse files
tjohnson31415dtrifiro
authored andcommitted
use --nodocs in s390x build too
Signed-off-by: Travis Johnson <[email protected]>
1 parent 6ddb3d7 commit 27f0118

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile.s390x.ubi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ENV LANG=C.UTF-8 \
1313
LC_ALL=C.UTF-8
1414

1515
# Install development utilities
16-
RUN microdnf install -y \
16+
RUN microdnf install -y --nodocs \
1717
which procps findutils tar vim git gcc g++ make patch zlib-devel \
1818
libjpeg-turbo-devel libtiff-devel libpng-devel libwebp-devel freetype-devel harfbuzz-devel \
1919
openssl-devel openblas openblas-devel autoconf automake libtool cmake gcc-gfortran && \
@@ -26,7 +26,7 @@ ARG PYTHON_VERSION
2626
ENV VIRTUAL_ENV=/opt/vllm
2727
ENV PATH="$VIRTUAL_ENV/bin:$PATH"
2828
ENV PYTHON_VERSION=${PYTHON_VERSION}
29-
RUN microdnf install -y \
29+
RUN microdnf install -y --nodocs \
3030
python${PYTHON_VERSION}-devel python${PYTHON_VERSION}-pip python${PYTHON_VERSION}-wheel && \
3131
python${PYTHON_VERSION} -m venv $VIRTUAL_ENV && pip install --no-cache -U pip wheel uv && microdnf clean all
3232

@@ -182,4 +182,4 @@ ENV GRPC_PORT=8033 \
182182
DISABLE_LOGPROBS_DURING_SPEC_DECODING=false
183183

184184
USER 2000
185-
ENTRYPOINT ["python", "-m", "vllm_tgis_adapter", "--uvicorn-log-level=warning"]
185+
ENTRYPOINT ["python", "-m", "vllm_tgis_adapter", "--uvicorn-log-level=warning"]

0 commit comments

Comments
 (0)