Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -30,7 +30,7 @@ RUN apt-get update && \
|
|
| 30 |
&& rm -rf /var/lib/apt/lists/*
|
| 31 |
|
| 32 |
# Paquets R (r2u installe en binaires via apt/bspm, donc très rapide)
|
| 33 |
-
RUN install.r shiny quanteda wordcloud RColorBrewer igraph dplyr htmltools remotes irlba markdown
|
| 34 |
|
| 35 |
# FactoMineR depuis GitHub (sans tirer les Suggests)
|
| 36 |
RUN R -q -e "options(repos=c(CRAN='https://cloud.r-project.org')); remotes::install_github('husson/FactoMineR', dependencies=NA, upgrade='never')"
|
|
|
|
| 30 |
&& rm -rf /var/lib/apt/lists/*
|
| 31 |
|
| 32 |
# Paquets R (r2u installe en binaires via apt/bspm, donc très rapide)
|
| 33 |
+
RUN install.r shiny quanteda wordcloud RColorBrewer igraph dplyr htmltools remotes irlba markdown factoextra
|
| 34 |
|
| 35 |
# FactoMineR depuis GitHub (sans tirer les Suggests)
|
| 36 |
RUN R -q -e "options(repos=c(CRAN='https://cloud.r-project.org')); remotes::install_github('husson/FactoMineR', dependencies=NA, upgrade='never')"
|