DaveM2430 commited on
Commit
f870466
·
verified ·
1 Parent(s): 068f7cb

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -22,7 +22,9 @@ RUN R -e "install.packages(c( \
22
  'readr', \
23
  'arrow', \
24
  'DT', \
25
- 'shinyjs' \
 
 
26
  ))"
27
 
28
  RUN mkdir -p /app/www
 
22
  'readr', \
23
  'arrow', \
24
  'DT', \
25
+ 'shinyjs', \
26
+ 'tidymodels', \
27
+ 'xgboost' \
28
  ))"
29
 
30
  RUN mkdir -p /app/www