rohit commited on
Commit
784f999
·
1 Parent(s): 6f3f026

Deploy RAG Pipeline to Hugging Face Spaces

Browse files
Files changed (1) hide show
  1. 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", "rag_pipeline.app.main:app", "--host", "0.0.0.0", "--port", "7860"]
 
21
  EXPOSE 7860
22
 
23
  # Run the FastAPI application
24
+ CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]