TimStats commited on
Commit
e3d3e22
·
verified ·
1 Parent(s): 7948da1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -18,7 +18,8 @@ RUN install2.r --error \
18
  httr \
19
  bslib \
20
  rtabulator \
21
- xgboost
 
22
 
23
  # Copy the app files
24
  COPY . .
 
18
  httr \
19
  bslib \
20
  rtabulator \
21
+ xgboost \
22
+ purrr
23
 
24
  # Copy the app files
25
  COPY . .