gdhugo/coral_singularity:scikit
$ singularity pull shub://gdhugo/coral_singularity:scikit
Singularity Recipe
Bootstrap: docker
From: tensorflow/tensorflow:1.12.0-gpu-py3
# adapted from: https://github.com/marcc-hpc/tensorflow
%environment
# use bash as default shell
SHELL=/bin/bash
export SHELL
%setup
# runs on host
# the path to the image is $SINGULARITY_ROOTFS
%post
# post-setup script
# load environment variables
. /environment
# use bash as default shell
echo 'SHELL=/bin/bash' >> /environment
# make environment file executable
chmod +x /environment
# default mount paths
mkdir /scratch
# fix this issue: https://github.com/singularityware/singularity/issues/1182#issuecomment-381796545
touch /usr/bin/nvidia-smi
# keras - still use standalone keras, rather than tf.keras
apt-get update && apt-get -y install locales
locale-gen en_US.UTF-8
apt-get install -y git wget
# python3-dev python3-pip python3-tk cmake
apt-get clean
# apt-get install -y libcupti-dev
# pip3 install --upgrade
# pip3 install keras
# scikit, scipy
pip3 install --upgrade scipy scikit-learn scikit-image
# SimpleITK
pip3 install --upgrade simpleitk
# TODO: SimpleElastix
# git clone https://github.com/SuperElastix/SimpleElastix
# mkdir SimpleElastix.build
# cd SimpleElastix.build
# #cmake ../SimpleElastix/SuperBuild
# cmake -DWRAP_CSHARP:BOOL=OFF -DWRAP_JAVA:BOOL=OFF -DWRAP_LUA:BOOL=OFF -DWRAP_PYTHON:BOOL=ON -DWRAP_R:BOOL=OFF -DWRAP_RUBY:BOOL=OFF -DWRAP_TCL=BOOL=OFF ../SimpleElastix/SuperBuild
# #make
# make >/dev/null --jobs=4
# cd SimpleITK-build/Wrapping/Python/Packaging
# python setup.py --upgrade install
%runscript
# executes with the singularity run command
# delete this section to use existing docker ENTRYPOINT command
%test
# test that script is a success
Collection
- Name: gdhugo/coral_singularity
- License: MIT License
View on Datalad
Metrics
key | value |
---|---|
id | /containers/gdhugo-coral_singularity-scikit |
collection name | gdhugo/coral_singularity |
branch | master |
tag | scikit |
commit | 227504c4f3ea6342e94d3367e2f294b2bfc24399 |
version (container hash) | 6be085fb5f6b82160f3fa2c68e7e079e |
build date | 2018-11-26T17:12:51.770Z |
size (MB) | 3662 |
size (bytes) | 1781964831 |
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.