File size: 481 Bytes
1e31284 03b3689 7e9daa8 ceb2c5b ba4dda7 ceb2c5b 08aeb06 1e31284 13b2079 d88e6eb 01dbba6 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
FROM argilladev/argilla-quickstart:pr-5255
#FROM argilla/argilla-quickstart:releases-v1.29.1
# Copy the auth config section
COPY .oauth.yaml /home/argilla/
COPY log_config.yaml /home/argilla/
#ENV UVICORN_WORKERS=5
ENV UVICORN_LOOP=uvloop
ENV UVICORN_HTTP=httptools
ENV UVICORN_LIFESPAN=on
ENV UVICORN_BACKLOG=1024
ENV UVICORN_LIMIT_CONCURRENCY=2048
#ENV UVICORN_TIMEOUT_KEEP_ALIVE=1
#ENV UVICORN_TIMEOUT_GRACEFUL_SHUTDOWN=5
ENV UVICORN_LOG_CONFIG=/home/argilla/log_config.yaml
|