Muhsabrys commited on
Commit
0213ef0
·
verified ·
1 Parent(s): 90b4d83

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -25,4 +25,4 @@ COPY --chown=user latex-server.py .
25
 
26
  # 7. Expose the Hugging Face port (7860) and run with Gunicorn
27
  EXPOSE 7860
28
- CMD ["gunicorn", "-w", "1", "-b", "0.0.0.0:7860", "--timeout", "120", "latex-server:app"]
 
25
 
26
  # 7. Expose the Hugging Face port (7860) and run with Gunicorn
27
  EXPOSE 7860
28
+ CMD ["gunicorn", "-w", "1", "-b", "0.0.0.0:7860", "--timeout", "300", "latex-server:app"]