1
0
Fork 0
mirror of https://github.com/qurator-spk/sbb_ner.git synced 2025-06-30 22:49:56 +02:00

add gunicorn to README and requirements

This commit is contained in:
Kai Labusch 2019-11-25 14:42:11 +01:00
parent 91b299a698
commit a29ea04603
2 changed files with 7 additions and 0 deletions

View file

@ -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:

View file

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