TimStats commited on
Commit
7a8e189
·
verified ·
1 Parent(s): 3729776

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -1
Dockerfile CHANGED
@@ -7,7 +7,10 @@ RUN install2.r --error \
7
  dplyr \
8
  ggplot2 \
9
  readr \
10
- ggExtra
 
 
 
11
 
12
  COPY . .
13
 
 
7
  dplyr \
8
  ggplot2 \
9
  readr \
10
+ ggExtra \
11
+ xgboost \
12
+ baseballr \
13
+ DT
14
 
15
  COPY . .
16