mirror of
https://github.com/qurator-spk/sbb_ner.git
synced 2025-07-27 19:59:53 +02:00
add gunicorn to README and requirements
This commit is contained in:
parent
91b299a698
commit
a29ea04603
2 changed files with 7 additions and 0 deletions
|
@ -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.
|
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
|
# Docker
|
||||||
|
|
||||||
## CPU-only:
|
## CPU-only:
|
||||||
|
|
|
@ -14,4 +14,5 @@ cloudpickle
|
||||||
pytest
|
pytest
|
||||||
pytest-cov
|
pytest-cov
|
||||||
flask
|
flask
|
||||||
|
gunicorn
|
||||||
somajo
|
somajo
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue