Ahmed007 commited on
Commit
776e973
·
verified ·
1 Parent(s): 5e6f652

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,4 +13,4 @@ RUN wget https://huggingface.co/microsoft/Phi-3-mini-4k-instruct-gguf/resolve/ma
13
 
14
  COPY . .
15
 
16
- CMD ["gunicorn", "-b", "0.0.0.0:7860", "main:app"]
 
13
 
14
  COPY . .
15
 
16
+ CMD ["gunicorn", "-b", "0.0.0.0:7860", "--timeout", "300", "main:app"]