Skip to content

Commit

Permalink
Add pluggy to docker build for CLI; fixes 357 (#358)
Browse files Browse the repository at this point in the history
Fixes #357
Conda pulls it in by default via pytest but need to explicitly add for docker in requirements

Authors:
  - Pete MacKinnon (https://github.com/pdmack)
  - Michael Demoret (https://github.com/mdemoret-nv)

Approvers:
  - Michael Demoret (https://github.com/mdemoret-nv)

URL: #358
  • Loading branch information
pdmack authored Sep 15, 2022
1 parent bf7e385 commit e3efd45
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions ci/conda/recipes/morpheus/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ outputs:
- mlflow >=1.23
- networkx
- pandas 1.3
- pluggy
- python
- tqdm
- typing_utils
Expand Down
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,10 @@
"docker",
"dfencoder @ git+https://github.com/nv-morpheus/dfencoder.git@branch-22.09#egg=dfencoder",
"grpcio-channelz",
"mlflow>=1.23",
"networkx",
"pandas>=1.3",
"pluggy",
"torch==1.10.2+cu113",
"tqdm",
"tritonclient[all]",
Expand Down

0 comments on commit e3efd45

Please sign in to comment.