From 13f0f546edbbe24f6cd66b71e154e5fe532c1c81 Mon Sep 17 00:00:00 2001 From: Andriy Mulyar Date: Sat, 1 Jul 2023 14:53:28 -0400 Subject: [PATCH] Update makefile gpt4all-api Signed-off-by: Andriy Mulyar --- gpt4all-api/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpt4all-api/makefile b/gpt4all-api/makefile index eb062c5a..606c3e0a 100644 --- a/gpt4all-api/makefile +++ b/gpt4all-api/makefile @@ -27,7 +27,7 @@ venv: if [ ! -d $(ROOT_DIR)/env ]; then $(PYTHON) -m venv $(ROOT_DIR)/env; fi dependencies: venv - source $(ROOT_DIR)/env/bin/activate; yes w | python -m pip install -r $(ROOT_DIR)/atlas_api/requirements.txt + source $(ROOT_DIR)/env/bin/activate; yes w | python -m pip install -r $(ROOT_DIR)/gpt4all_api/requirements.txt clean: clean_testenv # Remove existing environment