rocker-org / rocker-versioned2

Run current & prior versions of R using docker. rocker/r-ver, rocker/rstudio, rocker/shiny, rocker/tidyverse, and so on.
https://rocker-project.org
GNU General Public License v2.0
407 stars 172 forks source link

Make gpu-aware, multi-stage build module for xgboost #18

Open noamross opened 4 years ago

noamross commented 4 years ago

Module should use multi-stage build for xgboost when GPU codition is true, otherwise installs from CRAN. Uses a flag in json metadata to determine this.

This should allow us to use the slimmer cuda dockerfiles by default.

cboettig commented 4 years ago

@noamross I think you've worked out the xgboost gpu build strategy now on your end, want to add an install script here?