-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor Dockerfile for R environment setup and package installation
- Updated base image to rocker/r-ver:4.4.2 for improved compatibility and performance. - Enhanced package installation process with caching to optimize build times. - Streamlined installation of CRAN and GitHub packages, including a fallback mechanism for the optiSel package. - Consolidated runtime dependencies installation into a single layer to reduce image size and improve efficiency. - Improved directory structure and permissions for better organization and access control. These changes aim to enhance the efficiency and maintainability of the Docker setup for the R environment.
- Loading branch information
Showing
1 changed file
with
66 additions
and
49 deletions.
There are no files selected for viewing
This file contains 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