abhishekrs4 commited on
Commit
83deef6
1 Parent(s): b93ca48

fixed port number for hugging_face

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -17,6 +17,6 @@ RUN pip install -r requirements.txt
17
  COPY ./modeling/*.py ./modeling/
18
  COPY ./*.py .
19
 
20
- EXPOSE 5000
21
 
22
- CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "5000", "--reload"]
 
17
  COPY ./modeling/*.py ./modeling/
18
  COPY ./*.py .
19
 
20
+ EXPOSE 7860
21
 
22
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860", "--reload"]