Spaces:
Sleeping
Sleeping
Commit ·
1dddc2c
1
Parent(s): 6ac4547
Updated Dockerfile & Requirements.txt
Browse files- Dockerfile +1 -2
- requirements.txt +33 -3
Dockerfile
CHANGED
|
@@ -14,8 +14,7 @@ WORKDIR /insucompass
|
|
| 14 |
|
| 15 |
COPY --chown=user ./requirements.txt requirements.txt
|
| 16 |
RUN pip install --no-cache-dir --upgrade pip \
|
| 17 |
-
&& pip install --no-cache-dir -r requirements.txt
|
| 18 |
-
uvicorn[standard]
|
| 19 |
|
| 20 |
RUN ls -R /insucompass
|
| 21 |
|
|
|
|
| 14 |
|
| 15 |
COPY --chown=user ./requirements.txt requirements.txt
|
| 16 |
RUN pip install --no-cache-dir --upgrade pip \
|
| 17 |
+
&& pip install --no-cache-dir -r requirements.txt
|
|
|
|
| 18 |
|
| 19 |
RUN ls -R /insucompass
|
| 20 |
|
requirements.txt
CHANGED
|
@@ -1,3 +1,33 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
beautifulsoup4
|
| 2 |
+
chromadb
|
| 3 |
+
fastapi
|
| 4 |
+
langchain
|
| 5 |
+
langchain-community
|
| 6 |
+
langchain-huggingface
|
| 7 |
+
langchain-chroma
|
| 8 |
+
langchain-groq
|
| 9 |
+
langchain-google-genai
|
| 10 |
+
langgraph
|
| 11 |
+
lxml
|
| 12 |
+
passlib[bcrypt]
|
| 13 |
+
pydantic
|
| 14 |
+
pydantic-settings
|
| 15 |
+
python-magic
|
| 16 |
+
python-dotenv
|
| 17 |
+
requests
|
| 18 |
+
selenium
|
| 19 |
+
streamlit
|
| 20 |
+
tavily-python
|
| 21 |
+
uvicorn[standard]
|
| 22 |
+
webdriver-manager
|
| 23 |
+
pypdf
|
| 24 |
+
sentence-transformers
|
| 25 |
+
unstructured
|
| 26 |
+
python-multipart
|
| 27 |
+
python-jose
|
| 28 |
+
pytest
|
| 29 |
+
httpx
|
| 30 |
+
langmem
|
| 31 |
+
langgraph.checkpoint.sqlite
|
| 32 |
+
protobuf==3.20.3
|
| 33 |
+
gradio
|