sujal7102003 commited on
Commit
4f5cfb4
·
verified ·
1 Parent(s): dabcbab

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -13,5 +13,5 @@ RUN pip install --no-cache-dir -r requirements.txt
13
  # Set port Hugging Face expects
14
  EXPOSE 7860
15
 
16
- # Run the FastAPI app on port 9000
17
- CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "9000"]
 
13
  # Set port Hugging Face expects
14
  EXPOSE 7860
15
 
16
+ # Run the FastAPI app on port 7860
17
+ CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]