Add pandas to the default serving container, update triton client package

This commit is contained in:
allegroai 2022-06-05 16:12:22 +03:00
parent 782cd5dfc8
commit 0e240101db
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
clearml >= 1.3.1
clearml-serving
tritonclient[grpc]>=2.18.0,<2.19
tritonclient[grpc]>=2.22.3,<2.23
grpcio
Pillow>=9.0.1,<10
pathlib2

View File

@ -5,9 +5,10 @@ uvicorn[standard]
gunicorn>=20.1.0,<20.2
asyncio>=3.4.3,<3.5
aiocache>=0.11.1,<0.12
tritonclient[grpc]>=2.18.0,<2.19
tritonclient[grpc]>=2.22.3,<2.23
numpy>=1.20,<1.24
scikit-learn>=1.0.2,<1.1
pandas>=1.0.5,<1.5
grpcio
Pillow>=9.0.1,<10
xgboost>=1.5.2,<1.6