Skip to content

Commit

Permalink
fix grpc version (triton-inference-server#1857)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tabrizian authored Jul 31, 2020
1 parent ee0fe12 commit 60ce4fc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile.QA
Original file line number Diff line number Diff line change
Expand Up @@ -312,9 +312,8 @@ RUN pip3 install --upgrade wheel setuptools && \
pip3 install --upgrade numpy pillow future grpcio requests gsutil awscli six boofuzz

# need protoc-gen-go to generate go specific gRPC modules
#Disable to avoid broken golang package
#RUN go get github.com/golang/protobuf/protoc-gen-go && \
# go get google.golang.org/grpc
RUN go get github.com/golang/protobuf/protoc-gen-go && \
go get google.golang.org/grpc

# CI expects tests in /opt/tritonserver/qa. The triton-server (1000)
# user should own all artifacts in case CI is run using triton-server
Expand Down

0 comments on commit 60ce4fc

Please sign in to comment.