Skip to content

Commit

Permalink
Search: disable gevent
Browse files Browse the repository at this point in the history
  • Loading branch information
YuraLukashik committed Nov 21, 2023
1 parent 534b4e5 commit bd008b8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ RUN pip install --no-cache-dir -r requirements.txt -r semantic_search_requiremen

COPY ./src ./src

CMD exec gunicorn --bind :$PORT --workers 2 --threads 8 --timeout 600 -k gevent index:flask_app --chdir /app/src
CMD exec gunicorn --bind :$PORT --workers 2 --threads 8 --timeout 600 index:flask_app --chdir /app/src

EXPOSE 8080
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ python-dotenv==1.0.0
slack-bolt==1.18.0
openai==0.28
gunicorn==20.1.0
gevent==23.9.1
replicate==0.18.1

0 comments on commit bd008b8

Please sign in to comment.