vrastil/FastSim-Container:latest
$ singularity pull shub://vrastil/FastSim-Container:latest
Singularity Recipe
Bootstrap: shub
From: vrastil/FastSim-Container-Base
%help
Contains necessary packages and libraries to build and run FastSim (https://github.com/vrastil/FastSim).
%post
###########
# FastSim #
###########
mkdir /data && cd /data
git clone https://github.com/vrastil/FastSim.git && cd FastSim
git submodule update --init --recursive
mkdir build && cd build
cmake ..
make install
############
# Clean-up #
############
ldconfig
cd /data
rm -rf *
apt-get clean
Collection
- Name: vrastil/FastSim-Container
- License: None
View on Datalad
Metrics
key | value |
---|---|
id | /containers/vrastil-FastSim-Container-latest |
collection name | vrastil/FastSim-Container |
branch | master |
tag | latest |
commit | 11863d88e12a65a5c343a738ffac269e2f6e1cf7 |
version (container hash) | f27829570b8549ccf219c57efd27e5da |
build date | 2019-07-20T11:58:39.597Z |
size (MB) | 1575 |
size (bytes) | 688336927 |
SIF | Download URL (please use pull with shub://) |
Datalad URL | View on Datalad |
Singularity Recipe | Singularity Recipe on Datalad |
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.