Update Dockerfile
Browse files- Dockerfile +5 -5
Dockerfile
CHANGED
|
@@ -7,11 +7,11 @@ COPY .oauth.yaml /home/argilla/
|
|
| 7 |
COPY log_config.yaml /home/argilla/
|
| 8 |
|
| 9 |
ENV UVICORN_WORKERS=4
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
#ENV UVICORN_TIMEOUT_KEEP_ALIVE=1
|
| 16 |
#ENV UVICORN_TIMEOUT_GRACEFUL_SHUTDOWN=5
|
| 17 |
ENV UVICORN_LOG_CONFIG=/home/argilla/log_config.yaml
|
|
|
|
| 7 |
COPY log_config.yaml /home/argilla/
|
| 8 |
|
| 9 |
ENV UVICORN_WORKERS=4
|
| 10 |
+
ENV UVICORN_LOOP=uvloop
|
| 11 |
+
ENV UVICORN_HTTP=httptools
|
| 12 |
+
ENV UVICORN_LIFESPAN=on
|
| 13 |
+
ENV UVICORN_BACKLOG=1024
|
| 14 |
+
ENV UVICORN_LIMIT_CONCURRENCY=2048
|
| 15 |
#ENV UVICORN_TIMEOUT_KEEP_ALIVE=1
|
| 16 |
#ENV UVICORN_TIMEOUT_GRACEFUL_SHUTDOWN=5
|
| 17 |
ENV UVICORN_LOG_CONFIG=/home/argilla/log_config.yaml
|