mirror of
https://github.com/Azure-Samples/graphrag-accelerator.git
synced 2025-08-15 04:27:04 +00:00
fix poetry filepath issue to reference the correct pyproject.toml file
This commit is contained in:
parent
825750bea3
commit
dd6ed869f3
@ -10,12 +10,12 @@ sudo chmod 666 /var/run/docker.sock
|
||||
################################
|
||||
|
||||
# Install graphrag dependencies
|
||||
cd /graphrag-accelerator
|
||||
poetry install --no-interaction -v
|
||||
ROOT_DIR=/graphrag-accelerator
|
||||
cd ${ROOT_DIR}
|
||||
poetry install --no-interaction -v --directory ${ROOT_DIR}/backend
|
||||
|
||||
#########################
|
||||
### Git configuration ###
|
||||
#########################
|
||||
|
||||
git config --global --add safe.directory /graphrag-accelerator
|
||||
git config --global --add safe.directory ${ROOT_DIR}
|
||||
pre-commit install
|
||||
|
Loading…
x
Reference in New Issue
Block a user