Update Dockerfile
Browse files- 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=
|
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
|