tai271828/solvcon:1.0.0-0.1.4+
$ singularity pull shub://tai271828/solvcon:1.0.0-0.1.4+
Singularity Recipe
BootStrap: debootstrap
OSVersion: xenial
MirrorURL: http://us.archive.ubuntu.com/ubuntu/
%environment
export SOLVCON_WORKING_DIR=/opt/solvcon-working
export PATH="$SOLVCON_WORKING_DIR/venv-conda/bin:$SOLVCON_WORKING_DIR/miniconda/bin:$PATH"
%runscript
echo "Welcome to SOLVCON singularity instance."
%files
prepare-solvcon-dev.sh /prepare-solvcon-dev.sh
%post
echo "Prepare to build SOLVCON in singularity instance..."
sed -i 's/$/ universe/' /etc/apt/sources.list
apt-get update
# general tools
apt-get install vim git -y
# used for miniconda extraction
apt-get install bzip2
# SOLVCON build tools
apt-get install openssh-client openssh-server liblapack-pic liblapack-dev -y
apt-get install build-essential unzip -y
# it currently works in the root path
echo "Working location: " `pwd`
# it is /root
echo $HOME
apt-get clean
# start to build
export SOLVCON_BUILD_DIR=/opt
/bin/bash -c "source /prepare-solvcon-dev.sh $SOLVCON_BUILD_DIR"
Collection
- Name: tai271828/solvcon
- License: BSD 3-Clause “New” or “Revised” License
View on Datalad
Metrics
key | value |
---|---|
id | /containers/tai271828-solvcon-1.0.0-0.1.4+ |
collection name | tai271828/solvcon |
branch | master |
tag | 1.0.0-0.1.4+ |
commit | ef3f7d151201aa24dbe70d1649ea43752aa49877 |
version (container hash) | f3bde4413335bfeeaeb0c91db47ce548 |
build date | 2019-12-21T09:40:45.271Z |
size (MB) | 2754 |
size (bytes) | 916733983 |
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.