Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of https://framagit.org/simgrid/simgrid
[simgrid.git] / docs / source / tuto_network_calibration / Dockerfile
index 5a90527f272b7fc4ea1b8651510e6cc17c32f918..3bf0cb68f56ca7f60fc8f62f3222ef9608502f3d 100644 (file)
@@ -23,6 +23,7 @@ RUN printf '%s\n' \
     gfortran \
     libboost-dev \
     libboost-all-dev \
+    libeigen3-dev \
     cmake \
     dpkg-dev \
 # misc tools
@@ -52,8 +53,8 @@ RUN pip install --no-cache-dir --no-dependencies \
     descartes==1.1.0
 
 # R package not available at debian's cran
-RUN R -e "install.packages('remotes', dependencies=TRUE, repos='http://cran.rstudio.com/')"
-RUN R -e "require(remotes); install_version('Ckmeans.1d.dp','4.3.3', dependencies=TRUE, repos='http://cran.rstudio.com/')"
+RUN R -e "install.packages('remotes', dependencies=TRUE, repos='http://cran.rstudio.com/')" && \
+    R -e "require(remotes); install_version('Ckmeans.1d.dp','4.3.3', dependencies=TRUE, repos='http://cran.rstudio.com/')"
 
 # python jupyterlab packages
 RUN pip install --no-cache-dir --upgrade pip && \