Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
luca-simei committed Jun 3, 2024
1 parent 8d9a9dc commit 48d1e1d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Singularity.def
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
Bootstrap: docker
From: ubuntu:20.04

%files
./ /project

%post
apt-get update &&
apt-get install -y g++ cmake libopenmpi-dev

%files
./ /project
mkdir build
cd build
cmake ..
Expand Down

0 comments on commit 48d1e1d

Please sign in to comment.