Skip to content

Commit f174482

Browse files
committed
Install gRPC specific version
1 parent b1764b4 commit f174482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.sdk

+1-1
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ RUN apt-get update && \
214214
python3-pdfkit \
215215
maven \
216216
default-jdk && \
217-
pip3 install --upgrade "grpcio-tools<1.68"
217+
pip3 install "grpcio<1.68" "grpcio-tools<1.68"
218218

219219
WORKDIR /workspace
220220
COPY TRITON_VERSION .

0 commit comments

Comments
 (0)