HyannisHarborHawks commited on
Commit
59dca3d
·
verified ·
1 Parent(s): 4eac1d8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -24,7 +24,9 @@ RUN install2.r --error --skipinstalled \
24
  bundle \
25
  tidymodels \
26
  kknn \
27
- base64enc
 
 
28
 
29
  # ---- Point reticulate at the system Python where huggingface_hub lives ----
30
  ENV RETICULATE_PYTHON=/usr/bin/python3
 
24
  bundle \
25
  tidymodels \
26
  kknn \
27
+ base64enc \
28
+ bslib \
29
+ glue
30
 
31
  # ---- Point reticulate at the system Python where huggingface_hub lives ----
32
  ENV RETICULATE_PYTHON=/usr/bin/python3