From 5b12423d98657eb75bd6026bd4c002be4c87889a Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 21 Nov 2023 10:16:54 +0000 Subject: [PATCH] setup-fix2 --- setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.sh b/setup.sh index be84033f..8c644851 100755 --- a/setup.sh +++ b/setup.sh @@ -30,8 +30,8 @@ download_locally() { fi docker-compose -f docker-compose-local.yaml build && docker-compose -f docker-compose-local.yaml up -d - python -m venv venv - source venv/bin/activate + #python -m venv venv + #source venv/bin/activate pip install -r application/requirements.txt pip install llama-cpp-python pip install sentence-transformers