Skip to content

Commit

Permalink
Really ensure the correct reticulate version
Browse files Browse the repository at this point in the history
  • Loading branch information
anngvu committed Dec 7, 2023
1 parent 9494249 commit b3e25c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ 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'))"
RUN R -e "remotes::install_version('reticulate', version = '1.28', repos ='http://cran.us.r-project.org')"

ENTRYPOINT [ "/bin/bash" ]

0 comments on commit b3e25c3

Please sign in to comment.