Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -4
Dockerfile
CHANGED
|
@@ -23,9 +23,6 @@ RUN R -e 'install.packages("httpuv", repos="https://cloud.r-project.org")'
|
|
| 23 |
# Install magick separately
|
| 24 |
RUN R -e 'install.packages("magick", repos="https://cloud.r-project.org")'
|
| 25 |
|
| 26 |
-
# Install showtext from GitHub
|
| 27 |
-
RUN R -e 'remotes::install_github("yixuan/showtext")'
|
| 28 |
-
|
| 29 |
# Install R packages from CRAN
|
| 30 |
RUN install2.r --error \
|
| 31 |
remotes \
|
|
@@ -47,7 +44,7 @@ RUN install2.r --error \
|
|
| 47 |
#RUN R -e 'install.packages("magick", repos="https://cloud.r-project.org")'
|
| 48 |
|
| 49 |
# Install showtext from GitHub
|
| 50 |
-
|
| 51 |
|
| 52 |
# Install fonts
|
| 53 |
RUN apt-get update && apt-get install -y fonts-roboto
|
|
|
|
| 23 |
# Install magick separately
|
| 24 |
RUN R -e 'install.packages("magick", repos="https://cloud.r-project.org")'
|
| 25 |
|
|
|
|
|
|
|
|
|
|
| 26 |
# Install R packages from CRAN
|
| 27 |
RUN install2.r --error \
|
| 28 |
remotes \
|
|
|
|
| 44 |
#RUN R -e 'install.packages("magick", repos="https://cloud.r-project.org")'
|
| 45 |
|
| 46 |
# Install showtext from GitHub
|
| 47 |
+
RUN R -e 'remotes::install_github("yixuan/showtext")'
|
| 48 |
|
| 49 |
# Install fonts
|
| 50 |
RUN apt-get update && apt-get install -y fonts-roboto
|