Skip to content
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.

Commit

Permalink
add a singularity definition file
Browse files Browse the repository at this point in the history
  • Loading branch information
Coos committed Oct 20, 2021
1 parent b2bc00c commit 00e6a0d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions singularity.def
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Bootstrap: docker
From: python:3.8

%files
requirements
.

%post
apt update && apt install -y openmpi-bin openmpi-common openssh-client openssh-server libopenmpi-dev
pip install -r /requirements

0 comments on commit 00e6a0d

Please sign in to comment.