OwenStOnge commited on
Commit
362e73d
·
verified ·
1 Parent(s): a5826b4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -38,7 +38,8 @@ RUN install2.r --error --skipinstalled \
38
  arrow \
39
  readr \
40
  zoo \
41
- ggimage
 
42
 
43
  COPY . .
44
 
 
38
  arrow \
39
  readr \
40
  zoo \
41
+ ggimage \
42
+ reticulate
43
 
44
  COPY . .
45