Skip to content

Fix Docker build context issue#614

Merged
Nicholas-Schaub merged 1 commit into
NovagenResearch:masterfrom
hamshkhawar:nyxus_container_bug
May 15, 2026
Merged

Fix Docker build context issue#614
Nicholas-Schaub merged 1 commit into
NovagenResearch:masterfrom
hamshkhawar:nyxus_container_bug

Conversation

@hamshkhawar
Copy link
Copy Markdown
Collaborator

The Docker build was running from the repo root, so COPY . copied the whole repository instead of just the tool folder. Because of this, pyproject.toml was not in the right place inside the container, and pip install -e . failed.

Solution
Changed the build context to the correct tool directory:
${repo_root}/${tool_dir}/${tool_name}

@Nicholas-Schaub Nicholas-Schaub merged commit fa9f73c into NovagenResearch:master May 15, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants