diff --git a/web/celery-entrypoint.sh b/web/celery-entrypoint.sh index 70f6ab74e..6d7968fff 100755 --- a/web/celery-entrypoint.sh +++ b/web/celery-entrypoint.sh @@ -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