pmenninger3/singularity_test:latest
$ singularity pull shub://pmenninger3/singularity_test:latest
Singularity Recipe
Bootstrap: docker
From: ubuntu:latest
%runscript
echo "Hopefully this works!"
%post
echo "Installing git"
apt-get update
apt-get install -y git
echo "Installing python"
apt-get install -y software-properties-common python-software-properties
add-apt-repository ppa:fkrull/deadsnakes
apt-get update
apt-get install -y python2.7
echo "Installing pip and virtualenv"
apt-get install -y python-pip python-dev build-essential
pip install --upgrade pip
pip install --upgrade virtualenv
echo "Installing python-tk"
apt-get install -y python-tk
echo "Installing TensorFlow"
pip install tensorflow
echo "Installing Keras"
pip install keras
echo "Installing matplotlib, sklearn, h5py"
pip install matplotlib
pip install sklearn
pip install h5py
Collection
- Name: pmenninger3/singularity_test
- License: None
View on Datalad
Metrics
key | value |
---|---|
id | /containers/pmenninger3-singularity_test-latest |
collection name | pmenninger3/singularity_test |
branch | master |
tag | latest |
commit | 0e03da76ff9a714f9eabeab42ecc9a8efe78ac7a |
version (container hash) | 1ceba61331a138c15082458a93d7b7cb |
build date | 2017-11-28T19:11:34.528Z |
size (MB) | 1388 |
size (bytes) | 527417375 |
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.