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