Spaces:
Sleeping
Sleeping
Commit
·
89aa0c5
1
Parent(s):
85f8666
ueifu
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
|
@@ -10,4 +10,5 @@ RUN python vector_stores/chroma_db/regulatory_docs/create_regulatory_db.py && \
|
|
| 10 |
python vector_stores/chroma_db/checklist_examples/create_industry_db.py && \
|
| 11 |
python vector_stores/chroma_db/product_specs/create_product_spec_db.py
|
| 12 |
EXPOSE 7860
|
| 13 |
-
CMD ["gunicorn", "--timeout", "300", "-b", "0.0.0.0:7860", "app:app"]
|
|
|
|
|
|
| 10 |
python vector_stores/chroma_db/checklist_examples/create_industry_db.py && \
|
| 11 |
python vector_stores/chroma_db/product_specs/create_product_spec_db.py
|
| 12 |
EXPOSE 7860
|
| 13 |
+
CMD ["gunicorn", "--timeout", "300", "-b", "0.0.0.0:7860", "app:app"]
|
| 14 |
+
|