HyannisHarborHawks commited on
Commit
5bfd506
·
verified ·
1 Parent(s): f438942

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +7 -1
Dockerfile CHANGED
@@ -27,7 +27,13 @@ RUN install2.r --error --skipinstalled \
27
  base64enc \
28
  bslib \
29
  glue \
30
- patchwork
 
 
 
 
 
 
31
 
32
  # ---- Point reticulate at the system Python where huggingface_hub lives ----
33
  ENV RETICULATE_PYTHON=/usr/bin/python3
 
27
  base64enc \
28
  bslib \
29
  glue \
30
+ patchwork \
31
+ gt \
32
+ gtExtras \
33
+ purrr \
34
+ scales \
35
+ knitr \
36
+ htmltools
37
 
38
  # ---- Point reticulate at the system Python where huggingface_hub lives ----
39
  ENV RETICULATE_PYTHON=/usr/bin/python3