tobiasschlatter/BA-Eye-Tracking:latest
$ singularity pull shub://tobiasschlatter/BA-Eye-Tracking:latest
Singularity Recipe
BootStrap: docker
From: continuumio/miniconda3
%labels
Maintainer Daniel Wassmer & Tobias Schlatter
Version v0.1
%environment
conda=/opt/conda/bin/conda
pip=/opt/conda/bin/pip
python3=/opt/conda/bin/python
export conda pip python3
%runscript
echo "Running scripts..."
%post
# Update conda packages
/opt/conda/bin/conda update --all -y --quiet
# Install basic packages
/opt/conda/bin/conda install -c conda-forge -y -q pip matplotlib tqdm jupyter cython scipy numpy pandas tensorflow
# Update pip
/opt/conda/bin/pip install -U pip -q
# Clean up
/opt/conda/bin/conda clean --all -y --quiet
apt-get autoremove -y
apt-get clean
%test
echo "Testing python..."
/opt/conda/bin/python -V
Collection
- Name: tobiasschlatter/BA-Eye-Tracking
- License: None
View on Datalad
Metrics
key | value |
---|---|
id | /containers/tobiasschlatter-BA-Eye-Tracking-latest |
collection name | tobiasschlatter/BA-Eye-Tracking |
branch | master |
tag | latest |
commit | 985eed76ee76fdcdefe1cf1dc8f4741e906f2839 |
version (container hash) | 2c248e2d2dba87849c280970a949d140 |
build date | 2019-03-07T20:54:43.898Z |
size (MB) | 1755 |
size (bytes) | 504995871 |
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.