Skip to content

Commit

Permalink
Install gRPC specific version
Browse files Browse the repository at this point in the history
  • Loading branch information
mc-nv committed Nov 21, 2024
1 parent b1764b4 commit f174482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.sdk
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ RUN apt-get update && \
python3-pdfkit \
maven \
default-jdk && \
pip3 install --upgrade "grpcio-tools<1.68"
pip3 install "grpcio<1.68" "grpcio-tools<1.68"

WORKDIR /workspace
COPY TRITON_VERSION .
Expand Down

0 comments on commit f174482

Please sign in to comment.