harpomaxx commited on
Commit
abdecf7
·
1 Parent(s): 7793566

Update Dockerfile

Browse files

add catboost for linux

Files changed (1) hide show
  1. Dockerfile +5 -0
Dockerfile CHANGED
@@ -11,6 +11,11 @@ RUN install2.r --error \
11
  ggplot2 \
12
  shiny
13
 
 
 
 
 
 
14
  # Install development packages from GitHub
15
  RUN installGithub.r \
16
  rstudio/bslib \
 
11
  ggplot2 \
12
  shiny
13
 
14
+ RUN install2.r --error \
15
+ devtools
16
+
17
+ RUN R -e "devtools::install_url(' https://github.com/catboost/catboost/releases/download/v1.2/catboost-R-Linux-1.2.tgz', INSTALL_opts = c("--no-multiarch", "--no-test-load"))"
18
+
19
  # Install development packages from GitHub
20
  RUN installGithub.r \
21
  rstudio/bslib \