Skip to content

Commit 4583808

Browse files
authored
chore: Update grpcio dependency (#445)
* chore: Update grpcio dependency * Apply suggestion from @whoisj
1 parent 4b3337c commit 4583808

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

inferentia/qa/Dockerfile.QA

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
1+
# Copyright 2021-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
22
#
33
# Redistribution and use in source and binary forms, with or without
44
# modification, are permitted provided that the following conditions
@@ -61,7 +61,7 @@ RUN rm -f /usr/bin/python && \
6161
ln -s /usr/bin/python3 /usr/bin/python
6262

6363
RUN pip3 install --upgrade wheel setuptools && \
64-
pip3 install --upgrade numpy pillow attrdict future grpcio requests gsutil awscli six grpcio-channelz
64+
pip3 install --upgrade numpy pillow attrdict future "grpcio>=1.81.1" requests gsutil awscli six grpcio-channelz
6565

6666
WORKDIR /opt/tritonserver
6767
# Copy the entire qa repo to the /opt/tritonserver/qa repo

0 commit comments

Comments
 (0)