Model server image using fastapi-uvicorn-gunicorn stack.
fastapi
only runs on ASGI servers, so we need to useuvicorn.workers.UvicornWorker
instead ofgthread
for thegunicorn
worker class ; see benoitc/gunicorn#2154
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
Model server image using fastapi-uvicorn-gunicorn stack.
fastapi
only runs on ASGI servers, so we need to use uvicorn.workers.UvicornWorker
instead of gthread
for the gunicorn
worker class ; see benoitc/gunicorn#2154