feat: refresh docker deployment and cu12 requirements#152
feat: refresh docker deployment and cu12 requirements#152DeepThinkingZhouLiu wants to merge 10 commits intomainfrom
Conversation
SummaryThis PR refreshes the deployment and dependency layout to match the current real runtime shape of the At this point, the project is effectively structured as:
The previous Docker setup and requirements layout no longer accurately reflected that architecture. This What Changed1. Reworked Docker / Compose deployment
2. Cleaned up dependency structure
The intended installation model is now clearer:
3. Updated deployment documentationUpdated docs to match the actual deployment story:
Why This PRThe previous setup had several problems:
This PR is not about adding more deployment complexity. It is about making the current architecture ValidationValidated in this branch:
Important NoteThis PR fixes the project-side Docker configuration as far as the repository is concerned, but full Observed host-level blockers:
In other words:
This setup is intended to run on a normal host, VM, or container-capable environment with sufficient ImpactAfter this PR:
|
No description provided.