Skip to content

Commit 9e47e66

Browse files
committed
feat: Add grpcio-tools to vllm builder deps
1 parent 4c733d8 commit 9e47e66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm-tensorizer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ FROM builder-base AS vllm-builder
107107
RUN --mount=type=bind,from=vllm-downloader,source=/git/vllm,target=/workspace,rw \
108108
. /opt/arch_flags.sh && \
109109
if [ -z "$MAX_JOBS" ]; then unset MAX_JOBS; fi && \
110-
python3 -m pip install --no-cache-dir py-cpuinfo 'cmake>=3.26.1,<4' && \
110+
python3 -m pip install --no-cache-dir py-cpuinfo 'cmake>=3.26.1,<4' grpcio-tools && \
111111
if [ -f 'use_existing_torch.py' ]; then \
112112
python3 use_existing_torch.py; \
113113
else \

0 commit comments

Comments
 (0)