Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
|
@@ -27,7 +27,8 @@ RUN install2.r --error \
|
|
| 27 |
patchwork \
|
| 28 |
gridExtra \
|
| 29 |
gtable \
|
| 30 |
-
bslib
|
|
|
|
| 31 |
|
| 32 |
# Install magick separately to better handle any errors
|
| 33 |
RUN R -e 'install.packages("magick", repos="https://cloud.r-project.org")'
|
|
|
|
| 27 |
patchwork \
|
| 28 |
gridExtra \
|
| 29 |
gtable \
|
| 30 |
+
bslib \
|
| 31 |
+
jsonlite
|
| 32 |
|
| 33 |
# Install magick separately to better handle any errors
|
| 34 |
RUN R -e 'install.packages("magick", repos="https://cloud.r-project.org")'
|