frascuchon HF Staff commited on
Commit
5b1d68f
·
verified ·
1 Parent(s): ce432fe

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -8,6 +8,7 @@ COPY log_config.yaml /home/argilla/
8
  # Define datasets to preload: full=all datasets, single=one dataset, and none=no datasets.
9
  ENV OAUTH_ID=""
10
 
 
11
 
12
  ENV UVICORN_LOG_CONFIG=/home/argilla/log_config.yaml
13
 
 
8
  # Define datasets to preload: full=all datasets, single=one dataset, and none=no datasets.
9
  ENV OAUTH_ID=""
10
 
11
+ ENV UVICORN_WORKERS=4
12
 
13
  ENV UVICORN_LOG_CONFIG=/home/argilla/log_config.yaml
14