Rizwan9 commited on
Commit
8500fb3
·
verified ·
1 Parent(s): bb34d92

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -10,5 +10,4 @@ COPY app.py best_model_random_forest.joblib ./
10
  ENV MODEL_PATH=best_model_random_forest.joblib
11
  EXPOSE 5000
12
 
13
- CMD ["gunicorn", "--workers", "2", "--threads", "2", "--timeout", "120",
14
- "--bind", "0.0.0.0:5000", "app:app"]
 
10
  ENV MODEL_PATH=best_model_random_forest.joblib
11
  EXPOSE 5000
12
 
13
+ CMD ["gunicorn", "--workers", "2", "--threads", "2", "--timeout", "120", "--bind", "0.0.0.0:5000", "app:app"]