OwenStOnge commited on
Commit
7c8c24e
·
verified ·
1 Parent(s): c21b74d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -27,6 +27,7 @@ RUN install2.r --error --skipinstalled \
27
  arrow
28
 
29
 
 
30
  RUN R -e "install.packages('xgboost', repos='https://cloud.r-project.org', type='source', Ncpus=parallel::detectCores())"
31
 
32
  # Copy app files
 
27
  arrow
28
 
29
 
30
+
31
  RUN R -e "install.packages('xgboost', repos='https://cloud.r-project.org', type='source', Ncpus=parallel::detectCores())"
32
 
33
  # Copy app files