TimStats commited on
Commit
43bd013
·
verified ·
1 Parent(s): 9dffb92

Update Dockerfile

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