You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RUN git clone https://framagit.org/simgrid/simgrid.git
RUN cd simgrid && git checkout 9db79d70d969bdb58f26c689ad4f965b3d9e80cf && mkdir build && cd build && cmake -Denable_smpi=off .. && make -j8 && sudo make install
# Add user
RUN apt-get install -y sudo
RUN useradd -ms /bin/bash simgrid
RUN adduser simgrid sudo
RUN echo '%sudo ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers