stephane09 commited on
Commit
42e2f33
·
verified ·
1 Parent(s): 822dcfe

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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')"