Skip to content

Commit

Permalink
Pin reticulate version (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
anngvu authored Dec 7, 2023
1 parent 93a65d6 commit 9494249
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ COPY . /nfportalutils

# R components for installation or suggested usage
RUN R -e "install.packages(c('remotes', 'rmarkdown', 'DiagrammeR'), repos='http://cran.rstudio.com/')"
RUN R -e "remotes::install_version('reticulate', version = '1.28', repos ='http://cran.us.r-project.org')"
RUN R -e "remotes::install_local('nfportalutils', dependencies = c('Depends', 'Imports'))"

ENTRYPOINT [ "/bin/bash" ]
Expand Down

0 comments on commit 9494249

Please sign in to comment.