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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -25,5 +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"]
29
- CMD ["uvicorn", "main:app", "--host", "127.0.0.1", "--port", "8000"]
 
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"]