mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-07-10 11:22:07 -05:00
This commit introduces a comprehensive refactoring of the Docker container CI/CD pipeline to improve reliability, maintainability, and efficiency. Key changes include: - Consolidated build logic into dedicated workflows (, ). - Modernized all container build steps to use the robust for superior caching. - Simplified execution workflows (, ) to only pull pre-built images, enforcing a clean separation of concerns. - Standardized the Docker directory structure to a more conventional and . - Removed outdated documentation and corrected all file paths across the repository to align with the new structure.