rocker-org / devcontainer-images

R Docker images built with Dev Container Features
https://rocker-project.org/images/devcontainer/images.html
MIT License
12 stars 4 forks source link

Separate rstudio from r-ver #29

Closed eitsupi closed 2 years ago

eitsupi commented 2 years ago

To keep things as simple as possible, separate the Dockerfile for the rocker/r-ver based image from the rocker/rstudio based image. One only requires the addition of a non-root user, the other only requires the addition of the rstudio configuration file.

eitsupi commented 2 years ago

I found that current directory structure (args split into json files per src) does not allow me to parallelize well with GitHub Actions. The json structure needs to be changed.....