File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -345,8 +345,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
345345RUN 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.
Original file line number Diff line number Diff 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
219219WORKDIR /workspace
220220COPY TRITON_VERSION .
You can’t perform that action at this time.
0 commit comments