rohit
commited on
Commit
·
784f999
1
Parent(s):
6f3f026
Deploy RAG Pipeline to Hugging Face Spaces
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -21,4 +21,4 @@ RUN chmod +x start.sh
|
|
21 |
EXPOSE 7860
|
22 |
|
23 |
# Run the FastAPI application
|
24 |
-
CMD ["uvicorn", "
|
|
|
21 |
EXPOSE 7860
|
22 |
|
23 |
# Run the FastAPI application
|
24 |
+
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]
|