darshan8950 commited on
Commit
710267b
·
verified ·
1 Parent(s): 1f33461

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -12,4 +12,4 @@ ENV TRANSFORMERS_CACHE=/.cache
12
 
13
  COPY . .
14
 
15
- CMD ["gunicorn", "-w", "4", "-b", "0.0.0.0:7860", "main:app"]
 
12
 
13
  COPY . .
14
 
15
+ CMD ["gunicorn", "-w", "4", "-b", "0.0.0.0:7860", "--timeout", "300", "main:app"]