Skip to content

Fix: fix Dockerfile to add pyproject.toml anchor file#266

Merged
imbajin merged 39 commits intoapache:mainfrom
weijinglin:main
Jun 5, 2025
Merged

Fix: fix Dockerfile to add pyproject.toml anchor file#266
imbajin merged 39 commits intoapache:mainfrom
weijinglin:main

Conversation

@weijinglin
Copy link
Copy Markdown
Collaborator

This PR fixes both Dockerfile.llm and Dockerfile.nk by adding the missing step to copy pyproject.toml into the runtime image.

Details:

  • Added COPY command to include /build/hugegraph-llm/pyproject.toml (or /home/work/hugegraph-llm/pyproject.toml) in the final image.
  • Ensures that pyproject.toml is available in the runtime environment for get_project_path() api in anchor.py
  • Improves image completeness.

@dosubot dosubot Bot added size:XS This PR changes 0-9 lines, ignoring generated files. bug Something isn't working labels Jun 5, 2025
@dosubot dosubot Bot added the lgtm This PR has been approved by a maintainer label Jun 5, 2025
@imbajin imbajin merged commit 594b978 into apache:main Jun 5, 2025
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working lgtm This PR has been approved by a maintainer size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants