MalikSahib1 commited on
Commit
e90f95e
·
verified ·
1 Parent(s): 9014494

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -19,7 +19,7 @@ COPY . .
19
  # ... (ooper ka saara code waisa hi rahega) ...
20
 
21
  # NAYI LINE: Server start karne se pehle hamari model loading script chalao
22
- RUN python load_model.py
23
 
24
  EXPOSE 7860
25
- CMD ["gunicorn", "--workers=1", "--threads=4", "--timeout=600", "--preload", "--bind=0.0.0.0:7860", "app:app"]
 
19
  # ... (ooper ka saara code waisa hi rahega) ...
20
 
21
  # NAYI LINE: Server start karne se pehle hamari model loading script chalao
22
+ # ... (ooper ka saara code) ...
23
 
24
  EXPOSE 7860
25
+ CMD ["gunicorn", "--workers=2", "--threads=4", "--timeout=600", "--bind=0.0.0.0:7860", "app:app"]