From 8bc07951f4eb7bf7827de267d1be1a593c1fe35b Mon Sep 17 00:00:00 2001 From: Sanyam Jain Date: Mon, 26 Aug 2024 17:45:01 +0530 Subject: [PATCH] Update celery-entrypoint.sh Removing HttpCore which was causing issue. --- web/celery-entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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