Skip to content

Commit

Permalink
Use devtools install
Browse files Browse the repository at this point in the history
Co-authored-by: Milan Malfait <[email protected]>
  • Loading branch information
stefpiatek and milanmlft authored Dec 4, 2024
1 parent 1e0eb50 commit c058638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion preprocessing/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ RUN install2.r --error --skipinstalled renv remotes && \

ADD preprocessing .

RUN R -e 'remotes::install_local(path = ".", dependencies = TRUE)'
RUN R -e 'devtools::install(path = ".", dependencies = TRUE)'

CMD ["R", "-e", "omopcat.preprocessing::preprocess()"]

0 comments on commit c058638

Please sign in to comment.