Skip to content

Commit

Permalink
adjust lightgbm version
Browse files Browse the repository at this point in the history
  • Loading branch information
ChangwooLim committed Dec 16, 2023
1 parent 57883c7 commit 2d04b1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ RUN R -e "remotes::install_github('statgarten/stove', ask=FALSE)"
RUN R -e "remotes::install_github('statgarten/colorpen', ask=FALSE)"
RUN R -e "remotes::install_github('statgarten/soroban', ask=FALSE)"
RUN R -e "remotes::install_github('statgarten/door', ask=FALSE)"
RUN R -e "remove.packages('lightgbm')"
RUN R -e "install.packages('lightgbm', version = '3.3.5')"

FROM rocker/shiny:4.3.1
RUN apt-get update
Expand Down

0 comments on commit 2d04b1b

Please # to comment.