Spaces:
Sleeping
Sleeping
Commit
·
5a52ee7
1
Parent(s):
f2e1660
change docker5
Browse files- Dockerfile +0 -3
Dockerfile
CHANGED
@@ -12,9 +12,6 @@ RUN pip install --upgrade pip && pip install -r requirement.txt
|
|
12 |
# Create ChromaDB persistence directory
|
13 |
RUN mkdir -p /app/data_ingetion/chroma_storage
|
14 |
|
15 |
-
# Expose FastAPI and Streamlit ports
|
16 |
-
EXPOSE 8000
|
17 |
-
EXPOSE 8501
|
18 |
|
19 |
# Run FastAPI then Streamlit
|
20 |
CMD uvicorn main_api:app --host 0.0.0.0 --port 8000 & \
|
|
|
12 |
# Create ChromaDB persistence directory
|
13 |
RUN mkdir -p /app/data_ingetion/chroma_storage
|
14 |
|
|
|
|
|
|
|
15 |
|
16 |
# Run FastAPI then Streamlit
|
17 |
CMD uvicorn main_api:app --host 0.0.0.0 --port 8000 & \
|