Skip to content

Commit

Permalink
Update celery-entrypoint.sh
Browse files Browse the repository at this point in the history
Removing HttpCore which was causing issue.
  • Loading branch information
SJ029626 committed Aug 26, 2024
1 parent c95bba2 commit 8bc0795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/celery-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ exec "$@"
echo 'alias httpx="/go/bin/httpx"' >> ~/.bashrc

# TEMPORARY FIX, httpcore is causing issues with celery, removing it as temp fix
python3 -m pip uninstall -y httpcore
#python3 -m pip uninstall -y httpcore

# TEMPORARY FIX FOR langchain
pip install tenacity==8.2.2
Expand Down

0 comments on commit 8bc0795

Please sign in to comment.