PranayChamala commited on
Commit
4087a78
·
1 Parent(s): 0dee339

made changes to docker file and requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +16 -17
requirements.txt CHANGED
@@ -1,17 +1,16 @@
1
- fastapi
2
- uvicorn[standard]
3
- pymongo
4
- pandas
5
- faiss-cpu
6
- numpy
7
- scikit-learn
8
- transformers
9
- torch
10
- torchvision
11
- monai
12
- pydicom
13
- nibabel
14
- opencv-python
15
- Pillow
16
- matplotlib
17
- libgl1
 
1
+ fastapi==0.95.1
2
+ uvicorn==0.22.0
3
+ pymongo==4.3.3
4
+ pandas==1.5.3
5
+ faiss-cpu==1.7.4
6
+ numpy==1.23.5
7
+ scikit-learn==1.2.2
8
+ transformers==4.30.2
9
+ torch==2.0.1
10
+ torchvision==0.15.2
11
+ monai==1.1.0
12
+ pydicom==2.3.0
13
+ nibabel==5.1.0
14
+ opencv-python==4.7.0.72
15
+ Pillow==9.4.0
16
+ matplotlib==3.7.1