fix(security): upgrade pillow and remove from cache#891
Conversation
ac3a3e5 to
b154b39
Compare
|
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 (1)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthroughThe Dockerfile pins Pillow to ChangesPillow runtime alignment
Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@docker/Dockerfile.nmp-customizer-tasks`:
- Around line 113-114: Update the existing rm -rf package cleanup list in the
Dockerfile to include /usr/local/lib/python3.12/dist-packages/pillow.libs
alongside the PIL and pillow-*.dist-info paths, removing Pillow’s bundled native
libraries from the image.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Enterprise
Run ID: f1d6be72-618a-4250-95cd-9776e35a911f
📒 Files selected for processing (1)
docker/Dockerfile.nmp-customizer-tasks
|
Signed-off-by: Ryan S <[email protected]>
b154b39 to
3c3d628
Compare
mckornfield
left a comment
There was a problem hiding this comment.
this is sorta a subset of what I had in https://github.com/NVIDIA-NeMo/nemo-platform/pull/817/changes
Summary by CodeRabbit