Update Dockerfile
Browse files- 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
|