Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -8,5 +8,7 @@ COPY log_config.yaml /home/argilla/
|
|
8 |
|
9 |
ENV UVICORN_LOG_CONFIG=/home/argilla/log_config.yaml
|
10 |
|
|
|
|
|
11 |
# Uncoment this line to remove the persistence storage warning
|
12 |
#ENV ARGILLA_SHOW_HUGGINGFACE_SPACE_PERSISTENT_STORAGE_WARNING=false
|
|
|
8 |
|
9 |
ENV UVICORN_LOG_CONFIG=/home/argilla/log_config.yaml
|
10 |
|
11 |
+
ENV UVICORN_WORKERS=2
|
12 |
+
|
13 |
# Uncoment this line to remove the persistence storage warning
|
14 |
#ENV ARGILLA_SHOW_HUGGINGFACE_SPACE_PERSISTENT_STORAGE_WARNING=false
|