Skip to content

Commit 94b8078

Browse files
committed
Lock grpcio version (#7822)
1 parent 9e6c7e6 commit 94b8078

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile.QA

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -345,8 +345,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
345345
RUN rm -f /usr/bin/python && \
346346
ln -s /usr/bin/python3 /usr/bin/python
347347

348-
RUN pip3 install --upgrade "numpy<2" pillow attrdict future grpcio requests gsutil \
349-
awscli six grpcio-channelz prettytable virtualenv \
348+
RUN pip3 install --upgrade "numpy<2" pillow attrdict future "grpcio<1.68" requests gsutil \
349+
awscli six "grpcio-channelz<1.68" prettytable virtualenv \
350350
check-jsonschema
351351

352352
# go needed for example go client test.

Dockerfile.sdk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ RUN apt-get update && \
8787
python3-pdfkit \
8888
openjdk-11-jdk \
8989
maven && \
90-
pip3 install --upgrade grpcio-tools
90+
pip3 install --upgrade "grpcio-tools<1.68"
9191

9292
# Client build requires recent version of CMake (FetchContent required)
9393
# Using CMAKE installation instruction from:: https://apt.kitware.com/
@@ -214,7 +214,7 @@ RUN apt-get update && \
214214
python3-pdfkit \
215215
maven \
216216
default-jdk && \
217-
pip3 install --upgrade grpcio-tools
217+
pip3 install "grpcio<1.68" "grpcio-tools<1.68"
218218

219219
WORKDIR /workspace
220220
COPY TRITON_VERSION .

0 commit comments

Comments
 (0)