Improve devcontainer startup times - #2412
Conversation
…ve devcontainer startup times
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (5)
📝 WalkthroughSummary by CodeRabbit
WalkthroughThis pull request adds Docker build cache configuration to four devcontainer variants and introduces a GitHub Actions workflow job to build and push these devcontainers to GHCR. All four devcontainers (CUDA 12.9/13.2 with conda/pip) follow the same pattern of specifying a ChangesDevcontainer Cache and Workflow
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Suggested reviewers
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
/merge |
This PR builds and publishes devcontainers to
ghcr.ioand uses the new images to improve CI and local devcontainer startup times.In
rapidsai/devcontainers, devcontainer startup times went from3m28sto34s.Contributes to rapidsai/build-planning#280.