This commit is contained in:
itqop 2024-10-23 02:53:13 +03:00
parent 3f0b6ff8c8
commit 6cd38fe457
1 changed files with 1 additions and 1 deletions

View File

@ -14,4 +14,4 @@ RUN pip install torch --index-url https://download.pytorch.org/whl/cpu
EXPOSE 8002
CMD ["gunicorn", "--worker-class", "uvicorn.workers.UvicornWorker", "--bind", "0.0.0.0:8002", "--workers", "4"]
CMD ["gunicorn", "app.main:app", "--worker-class", "uvicorn.workers.UvicornWorker", "--bind", "0.0.0.0:8002", "--workers", "4"]