muhammadnoman76 commited on
Commit
ee9899e
·
1 Parent(s): 433a189

Fix build issues and optimize Dockerfile

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -5
requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
- fastapi==0.115.12
2
- uvicorn==0.34.2
3
- pydantic==2.11.4
4
- llama-cpp-python==0.3.8
5
- huggingface_hub==0.30.2
 
1
+ fastapi>=0.115.12
2
+ uvicorn>=0.34.2
3
+ pydantic>=2.11.4
4
+ llama-cpp-python>=0.3.8
5
+ huggingface_hub>=0.25.0