add gunicorn to README and requirements

pull/2/head
Kai Labusch 5 years ago
parent 91b299a698
commit a29ea04603

@ -41,6 +41,12 @@ env FLASK_APP=qurator/sbb_ner/webapp/app.py env FLASK_ENV=development env USE_CU
Set USE_CUDA=False, if you do not have a GPU available/installed.
For production purposes rather use
```
gunicorn --bind 0.0.0.0:5000 qurator.sbb_ner.webapp.wsgi:app
```
# Docker
## CPU-only:

@ -14,4 +14,5 @@ cloudpickle
pytest
pytest-cov
flask
gunicorn
somajo

Loading…
Cancel
Save