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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -26,7 +26,8 @@ RUN install2.r --error --skipinstalled \
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
 
26
  kknn \
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