manasranjanpani commited on
Commit
16d485a
·
verified ·
1 Parent(s): 9b2f059

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -19,5 +19,5 @@ ENV PORT=7860
19
  EXPOSE $PORT
20
 
21
  # Start the Flask app using Gunicorn with 4 worker processes
22
- # - "app:sales_revenue_predictor_api" → app.py has Flask instance named sales_revenue_predictor_api
23
- CMD ["gunicorn", "-w", "4", "-b", "0.0.0.0:7860", "app:sales_revenue_predictor_api"]
 
19
  EXPOSE $PORT
20
 
21
  # Start the Flask app using Gunicorn with 4 worker processes
22
+ # - "app:extraaLearn_predictor_api" → app.py has Flask instance named extraaLearn_predictor_api
23
+ CMD ["gunicorn", "-w", "4", "-b", "0.0.0.0:7860", "app:extraaLearn_predictor_api"]