TakahisaShiratori/openfoam:4

$ singularity pull shub://TakahisaShiratori/openfoam:4

Singularity Recipe

Bootstrap: docker
From: ubuntu:14.04

%post
    apt-get -y update
    apt-get -y upgrade
    apt-get -y install apt-file
    apt-get -y install software-properties-common
    apt-get -y install wget
    apt-get -y install apt-transport-https
    add-apt-repository http://dl.openfoam.org/ubuntu
    sh -c "wget -O - http://dl.openfoam.org/gpg.key | apt-key add -"
    apt-get -y update
    apt-get -y install openfoam4
    # sed -ie '$ a \. /opt/openfoam4/etc/bashrc' /root/.bashrc
    echo '. /opt/openfoam4/etc/bashrc' >>$SINGULARITY_ENVIRONMENT

%runscript
    simpleFoam

Collection


View on Datalad

Metrics

key value
id /containers/TakahisaShiratori-openfoam-4
collection name TakahisaShiratori/openfoam
branch master
tag 4
commit 55d4c5cbd2c9c373fa7771ccbb1e289601ac1b99
version (container hash) f4458c13a27b2474c203a31073802fae
build date 2021-04-16T09:05:06.445Z
size (MB) 1576
size (bytes) 533680159
SIF Download URL (please use pull with shub://)
Datalad URL View on Datalad
Singularity Recipe Singularity Recipe on Datalad
We cannot guarantee that all containers will still exist on GitHub.