Skip to content

Commit

Permalink
Adding Preinstall packages on R Studio workbench
Browse files Browse the repository at this point in the history
  • Loading branch information
dibryant committed Jan 31, 2024
1 parent 0133259 commit ec6b40d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions rstudio/c9s-python-3.9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ RUN chmod 1777 /var/run/rstudio-server && \
mkdir -p /usr/share/doc/R
COPY rsession.conf /etc/rstudio/rsession.conf

# package installation
RUN dnf install -y libsodium-devel.x86_64 libgit2-devel.x86_64 libcurl-devel cmake "flexiblas-*"
RUN R -e "install.packages('Rcpp')"
RUN R -e 'install.packages(c("tidyverse", "tidymodels", "plumber", "vetiver", "devtools"))'

# Install NGINX to proxy RStudio and pass probes check
ENV NGINX_VERSION=1.22 \
NGINX_SHORT_VER=122 \
Expand Down

0 comments on commit ec6b40d

Please sign in to comment.