Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #792 +/- ##
=======================================
Coverage 74.49% 74.49%
=======================================
Files 103 103
Lines 28121 28121
Branches 5829 5771 -58
=======================================
+ Hits 20948 20950 +2
+ Misses 5681 5680 -1
+ Partials 1492 1491 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Member
|
Looks good. Please squash the commits that fix one another. Also one small comment by copilot |
Migrates to a multi-stage Dockerfile to reduce image size by separating the build environment from the runtime environment. This approach optimizes the final image by only including necessary components, improving efficiency and security. Includes ARC installation by copying from a prior build stage. Also includes adding aliases and entrypoint, and sets permissions.
Consolidates alias definitions into a dedicated script for better organization. Replaces the previous `alias_print.sh` with a new version that is more readable and uses environment variables for paths. Simplifies the entrypoint script to handle interactive and non-interactive modes more cleanly, including direct execution of `rmg` and `arc` commands with environment activation. The removal of the CONTAINER_MODE check and the permission adjustment logic streamlines the startup process.
Better separate packages for readability. Tighten versions of packages. Removed Anaconda from channel list
Adds libgfortran as a dependency to ensure compatibility and prevent potential issues related to Fortran libraries when using the xtb package.
Improves caching efficiency in CI/CD workflows by updating cache keys and using specific commit SHA for RMG-Py. This ensures that the correct version of RMG-Py is used and avoids unnecessary checkouts, optimizing build times. It also updates conda setup and caching. Also switches to actions/checkout@v4 for improved performance.
alongd
approved these changes
Jul 28, 2025
Member
alongd
left a comment
There was a problem hiding this comment.
Thanks! I hope that molecule's rebase will not be too bad...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Dockerfile updated to be multistage build in order to reduce size. Also, specified the checkout of RMG-Py in order to keep it at 3.7.
Updated entrywrapper/aliases and the environment.yml