frascuchon HF Staff commited on
Commit
b7626e3
·
verified ·
1 Parent(s): f660aea

Update Dockerfile

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