argilla-hf-spaces / Dockerfile
frascuchon's picture
frascuchon HF staff
Update Dockerfile
1e31284 verified
raw
history blame
481 Bytes
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