Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
8bc81e22911c50ab0dbbe50a20cbbad88732c9c3
[simgrid.git] / tools / docker / Dockerfile.tuto-s4u
1 # Base image 
2 FROM simgrid/unstable
3
4 # - Clone simgrid-template-s4u, as it is needed by the tutorial
5 RUN apt install -y pajeng r-base r-cran-ggplot2 r-cran-dplyr cmake g++ && \
6     git clone --depth=1 https://framagit.org/simgrid/simgrid-template-s4u.git
7
8