frascuchon HF staff commited on
Commit
2f71f93
·
verified ·
1 Parent(s): b632a89

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,7 +6,7 @@ COPY .oauth.yaml /home/argilla/
6
 
7
  COPY log_config.yaml /home/argilla/
8
 
9
- ENV UVICORN_WORKERS=3
10
  ENV UVICORN_LOOP=uvloop
11
  ENV UVICORN_HTTP=httptools
12
  ENV UVICORN_LIFESPAN=on
 
6
 
7
  COPY log_config.yaml /home/argilla/
8
 
9
+ ENV UVICORN_WORKERS=5
10
  ENV UVICORN_LOOP=uvloop
11
  ENV UVICORN_HTTP=httptools
12
  ENV UVICORN_LIFESPAN=on