X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ea74f5d95928a521a588737e81f1de94eef25d19..0c586d7f087b772253980cafd92796edcbd58c50:/docs/source/tuto_network_calibration/Dockerfile diff --git a/docs/source/tuto_network_calibration/Dockerfile b/docs/source/tuto_network_calibration/Dockerfile index 5a90527f27..ec26042bc8 100644 --- a/docs/source/tuto_network_calibration/Dockerfile +++ b/docs/source/tuto_network_calibration/Dockerfile @@ -52,8 +52,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 && \