Skip to content

Commit

Permalink
Add correct version of grpcio to requirements
Browse files Browse the repository at this point in the history
Signed-off-by: Rafal Banas <[email protected]>
  • Loading branch information
banasraf committed Dec 5, 2024
1 parent fa13670 commit 29df2de
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ index 00000000..4c180272
+WORKDIR /DeepLearningExamples/PyTorch/Classification/ConvNets
+RUN pip install --no-cache-dir -r requirements.txt
diff --git a/PyTorch/Classification/ConvNets/requirements.txt b/PyTorch/Classification/ConvNets/requirements.txt
index 12c2c63b..f9c2922e 100644
index 12c2c63b..c703bd36 100644
--- a/PyTorch/Classification/ConvNets/requirements.txt
+++ b/PyTorch/Classification/ConvNets/requirements.txt
@@ -1,2 +1,3 @@
@@ -1,2 +1,4 @@
git+https://github.com/NVIDIA/[email protected]#egg=dllogger
pynvml==11.0.0
+grpcio>=1.67.0
+triton-model-navigator
--
2.34.1

0 comments on commit 29df2de

Please sign in to comment.