-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add correct version of grpcio to requirements
Signed-off-by: Rafal Banas <[email protected]>
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|