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