Dodani popravki za iskanje kandidatov in števila besedil. Dodana logika za klicanje ocrja. Popravljen bug za timeout v ateapi-ju. Popravljen swager.

This commit is contained in:
Marko Ferme
2022-10-19 04:07:15 +02:00
parent d44a268b24
commit 107e5fd4d3
6 changed files with 132 additions and 27 deletions
+1 -1
View File
@@ -28,4 +28,4 @@ RUN adduser -u 5678 --disabled-password --gecos "" appuser && chown -R appuser /
USER appuser
# During debugging, this entry point will be overridden. For more information, please refer to https://aka.ms/vscode-docker-python-debug
CMD ["gunicorn", "--bind", "0.0.0.0:5000", "main:app"]
CMD ["gunicorn", "-t 0", "--bind", "0.0.0.0:5000", "main:app"]