GhylB commited on
Commit
41ef25c
·
1 Parent(s): f6fa3bf

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -25,4 +25,5 @@ RUN pip install --no-cache-dir fastapi pydantic uvicorn scikit-learn joblib pand
25
  EXPOSE 7860
26
 
27
  # Start the API
28
- CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
 
 
25
  EXPOSE 7860
26
 
27
  # Start the API
28
+ #CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
29
+ CMD ["uvicorn", "main:app", "--host", "127.0.0.1", "--port", "8000"]