mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-06-22 13:41:08 +00:00
Update makefile gpt4all-api
Signed-off-by: Andriy Mulyar <andriy.mulyar@gmail.com>
This commit is contained in:
parent
19412cfa5d
commit
13f0f546ed
@ -27,7 +27,7 @@ venv:
|
|||||||
if [ ! -d $(ROOT_DIR)/env ]; then $(PYTHON) -m venv $(ROOT_DIR)/env; fi
|
if [ ! -d $(ROOT_DIR)/env ]; then $(PYTHON) -m venv $(ROOT_DIR)/env; fi
|
||||||
|
|
||||||
dependencies: venv
|
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
|
clean: clean_testenv
|
||||||
# Remove existing environment
|
# Remove existing environment
|
||||||
|
Loading…
Reference in New Issue
Block a user