ShabazKnowde commited on
Commit
c0019b8
·
verified ·
1 Parent(s): 9c82b74

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -17,4 +17,4 @@ ENV TRANSFORMERS_CACHE=/cache
17
  RUN pip install --no-cache-dir --upgrade -r /requirements.txt
18
 
19
  # Start the FastAPI app on port 7860, the default port expected by Spaces
20
- CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7880"]
 
17
  RUN pip install --no-cache-dir --upgrade -r /requirements.txt
18
 
19
  # Start the FastAPI app on port 7860, the default port expected by Spaces
20
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]