graphrag icon indicating copy to clipboard operation
graphrag copied to clipboard

[Issue]: poetry init fail when use docker conainer

Open galen1980guo opened this issue 1 year ago • 2 comments

Is there an existing issue for this?

  • [x] I have searched the existing issues
  • [x] I have checked #657 to validate if my issue is covered by community support

Describe the issue

poetry init fail when use docker conainer, and no logs.

because if it success, there will create new folder output/ prompt/ etc.

Steps to reproduce

  1. device: macbook m1 arm64
  2. use docker container: ubuntu 24.04 LTS x86
  3. git pull graphrag source code
  4. pip install poetry
  5. poetry install
  6. poetry run poe index --init --root .

GraphRAG Config Used

# Paste your config here

Logs and screenshots

image

Additional Information

  • GraphRAG Version:0.2.1
  • Operating System: Ubuntu
  • Python Version: 3.11
  • Related Issues:

galen1980guo avatar Aug 06 '24 06:08 galen1980guo