add emacs-nox [bnm2717]#1107
Conversation
Signed-off-by: Brian Roland <broland@nvidia.com>
WalkthroughAdded emacs-nox to the apt-get install list in the bionemo2-base stage of the Dockerfile. No other changes were made. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
✨ Finishing Touches🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR/Issue comments)Type Other keywords and placeholders
CodeRabbit Configuration File (
|
|
/ok to test c88b6c2 |
|
/okay to test c88b6c2 |
There was a problem hiding this comment.
Actionable comments posted: 0
🧹 Nitpick comments (2)
Dockerfile (2)
45-56: Prefer installing editors only in dev images; add --no-install-recommends to keep base/release slimEmacs in the base stage ships into release images, increasing size and CVE surface. Move it to the dev stage and disable APT recommends to reduce deps.
Apply in bionemo2-base (remove emacs and avoid recommends):
-apt-get install -qyy \ +apt-get install -qyy --no-install-recommends \ libsndfile1 \ ffmpeg \ git \ curl \ pre-commit \ sudo \ - emacs-nox \ gnupg \ unzip \ libsqlite3-dev
258-266: Install emacs-nox in the dev stage instead (developer-only), and use no-recommendsKeeps release images clean while delivering the intended developer velocity. Also reuses the best practice of trimming recommended packages.
apt-get update -qy -apt-get install -qyy \ - sudo +apt-get install -qyy --no-install-recommends \ + sudo \ + emacs-nox rm -rf /tmp/* /var/tmp/*
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
💡 Knowledge Base configuration:
- MCP integration is disabled by default for public repositories
- Jira integration is disabled by default for public repositories
- Linear integration is disabled by default for public repositories
You can enable these sources in your CodeRabbit configuration.
📒 Files selected for processing (1)
Dockerfile(1 hunks)
pstjohn
left a comment
There was a problem hiding this comment.
not a vim user 😆 ? but sure, fine with me
|
/okay to test 0b924d4 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1107 +/- ##
=======================================
Coverage 80.62% 80.62%
=======================================
Files 157 157
Lines 11079 11079
=======================================
Hits 8932 8932
Misses 2147 2147 🚀 New features to boost your workflow:
|
Description
Type of changes
CI Pipeline Configuration
Configure CI behavior by applying the relevant labels:
Note
By default, the notebooks validation tests are skipped unless explicitly enabled.
Authorizing CI Runs
We use copy-pr-bot to manage authorization of CI
runs on NVIDIA's compute resources.
automatically be copied to a pull-request/ prefixed branch in the source repository (e.g. pull-request/123)
/ok to testcomment on the pull request to trigger CI. This will need to be done for each new commit.Usage
# TODO: Add code snippetPre-submit Checklist