subhash33 commited on
Commit
e056c6d
·
verified ·
1 Parent(s): b6a1ea0

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -10
requirements.txt CHANGED
@@ -1,10 +1,5 @@
1
- FROM python:3.10-slim
2
-
3
- WORKDIR /app
4
-
5
- COPY requirements.txt .
6
- RUN pip install --no-cache-dir -r requirements.txt
7
-
8
- COPY . .
9
-
10
- CMD ["streamlit", "run", "app.py", "--server.port=8501", "--server.address=0.0.0.0"]
 
1
+ streamlit==1.50.0
2
+ langchain==0.3.27
3
+ langchain-huggingface==0.3.1
4
+ transformers==4.57.0
5
+ torch==2.9.0+cpu