Docker image with uWSGI and Nginx for the displaCy API in Python 3.6 running in a single container.
This Docker image allows you to run the displaCy API in Python that run with uWSGI and Nginx in a single container.
uWSGI with Nginx is one of the best ways to deploy a Python web application, so you you should have a good performance (check the benchmarks) with this image.
GitHub repo: https://github.com/ShorensteinCenter/uwsgi-nginx-displaCy-docker
For more information, including configuration options see https://github.com/tiangolo/uwsgi-nginx-docker and https://github.com/tiangolo/uwsgi-nginx-flask-docker on which this project is based.
This project is licensed under the terms of the Apache license.