Tejaswi Panchagnula commited on
Commit
531a288
·
1 Parent(s): 126267c

Fix: Change port to 7860 for Hugging Face

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -26,4 +26,4 @@ COPY . .
26
  #RUN python download_model.py
27
 
28
  # 5. Start the Server
29
- CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"]
 
26
  #RUN python download_model.py
27
 
28
  # 5. Start the Server
29
+ CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]