Skip to content

Lock grpcio version #7822

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Nov 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile.QA
Original file line number Diff line number Diff line change
Expand Up @@ -345,8 +345,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
RUN rm -f /usr/bin/python && \
ln -s /usr/bin/python3 /usr/bin/python

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

# go needed for example go client test.
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.sdk
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ RUN apt-get update && \
python3-pdfkit \
openjdk-11-jdk \
maven && \
pip3 install --upgrade grpcio-tools
pip3 install --upgrade "grpcio-tools<1.68"

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

WORKDIR /workspace
COPY TRITON_VERSION .
Expand Down
Loading