Skip to content

Commit

Permalink
Copies renv settings to container
Browse files Browse the repository at this point in the history
  • Loading branch information
fherreazcue committed Apr 2, 2024
1 parent 288db96 commit b8e13ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions db/Dockerfile.rclient
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ RUN ln -s /opt/R/${R_VERSION}/bin/Rscript /usr/local/bin/Rscript
RUN Rscript -e 'install.packages("renv",repos="https://cloud.r-project.org")'
RUN apt-get install -y cmake
COPY renv.lock .
COPY renv/activate.R ./renv/
COPY renv/settings.json ./renv/
RUN Rscript -e 'renv::restore()'

# Install minio client
Expand Down

0 comments on commit b8e13ab

Please sign in to comment.