Ahmed007 commited on
Commit
9f33567
1 Parent(s): 336d8ba

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,4 +13,4 @@ RUN wget https://huggingface.co/TheBloke/phi-2-GGUF/resolve/main/phi-2.Q4_K_M.gg
13
 
14
  COPY . .
15
 
16
- CMD ["gunicorn", "-b", "0.0.0.0:7860", "--timeout 600", "main:app"]
 
13
 
14
  COPY . .
15
 
16
+ CMD ["gunicorn", "-b", "0.0.0.0:7860", "--timeout", "300", "main:app"]