Update Dockerfile
Browse files- Dockerfile +0 -2
Dockerfile
CHANGED
@@ -8,8 +8,6 @@ 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=2
|
12 |
-
|
13 |
ENV UVICORN_LOG_CONFIG=/home/argilla/log_config.yaml
|
14 |
|
15 |
# Uncomment the next section to keep backward compatibility with previous versions
|
|
|
8 |
# Define datasets to preload: full=all datasets, single=one dataset, and none=no datasets.
|
9 |
ENV OAUTH_ID=""
|
10 |
|
|
|
|
|
11 |
ENV UVICORN_LOG_CONFIG=/home/argilla/log_config.yaml
|
12 |
|
13 |
# Uncomment the next section to keep backward compatibility with previous versions
|