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:
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.
|
||||
|
||||
|
||||
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…
Add table
Add a link
Reference in a new issue