Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
update tuto-smpi Dockerfile to contain r-cran-tidyverse (replacing included R packages)
authorLucas M. Schnorr <schnorr@inf.ufrgs.br>
Fri, 28 May 2021 14:35:35 +0000 (11:35 -0300)
committerLucas M. Schnorr <schnorr@inf.ufrgs.br>
Fri, 28 May 2021 14:35:35 +0000 (11:35 -0300)
tools/docker/Dockerfile.tuto-smpi

index 59f39a4..5779b97 100644 (file)
@@ -12,7 +12,7 @@ RUN apt install -y sudo && \
     chown -R user:user /home/user
 
 # - Clone simgrid-template-smpi, as it is needed by the tutorial
-RUN apt install -y python3 pajeng libssl-dev r-base r-cran-ggplot2 r-cran-dplyr r-cran-devtools build-essential g++ gfortran git libboost-dev cmake flex bison libfmt-dev && \
+RUN apt install -y python3 pajeng libssl-dev r-base r-cran-devtools r-cran-tidyverse build-essential g++ gfortran git libboost-dev cmake flex bison libfmt-dev && \
     cd /source && \
     git clone --depth=1 https://framagit.org/simgrid/simgrid-template-smpi.git simgrid-template-smpi.git && \
     chown -R user:user /source && \