Skip to content
This repository was archived by the owner on Mar 21, 2026. It is now read-only.

Commit bd33a23

Browse files
committed
More grpcio shenanigans
1 parent df53fac commit bd33a23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile_amd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ COPY proto proto
251251
COPY server server
252252
COPY server/Makefile server/Makefile
253253
RUN cd server && \
254-
uv pip install "grpcio-tools>=1.67.0,<1.73.0" mypy-protobuf && \
254+
uv pip install "grpcio-tools>=1.67.0,<1.73.0" "grpcio>=1.67.0,<1.73.0" mypy-protobuf && \
255255
uv pip install -e ".[accelerate, compressed-tensors, peft, outlines]" --no-cache-dir && \
256256
make gen-server-raw
257257
RUN cd server && \

0 commit comments

Comments
 (0)