GhylB commited on
Commit
42ed38e
·
1 Parent(s): b9b2fde

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -23,4 +23,4 @@ RUN pip install --no-cache-dir fastapi pydantic uvicorn scikit-learn joblib pand
23
  EXPOSE 7860
24
 
25
  # Start the API
26
- CMD ["uvicorn", "main:app", "--server.address", "0.0.0.0", "--server.port", "7860","--browser.serverAddress","ghylb-sepsis_prediction_app.hf.space","--broswer.serverAddress","0.0.0.0:7860"]
 
23
  EXPOSE 7860
24
 
25
  # Start the API
26
+ CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]