muhammadzaheer/singularity-recipes:maze

$ singularity pull shub://muhammadzaheer/singularity-recipes:maze

Singularity Recipe

Bootstrap: shub
From: singularityhub/ubuntu:latest

%environment
    export PATH="/usr/local/miniconda3/bin:$PATH"

%post
    apt-get -y update
    apt-get -y install wget bzip2 parallel

    # Installing miniconda
    wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh
    bash Miniconda3-latest-Linux-x86_64.sh -b -p /usr/local/miniconda3
    rm Miniconda3-latest-Linux-x86_64.sh

    # Installing tensorflow
    /usr/local/miniconda3/bin/conda install -y -c conda-forge tensorflow
    
    # Installing tensorboardX
    /usr/local/miniconda3/bin/pip install tensorboardX
    
    # Installing PyTorch 
    /usr/local/miniconda3/bin/conda install -y pytorch-cpu torchvision-cpu -c pytorch

    # Installing Seaborn
    /usr/local/miniconda3/bin/conda install -y -c conda-forge matplotlib
    /usr/local/miniconda3/bin/conda install -y seaborn
    
    # Installing shapely
    /usr/local/miniconda3/bin/conda install -y shapely

Collection


View on Datalad

Metrics

key value
id /containers/muhammadzaheer-singularity-recipes-maze
collection name muhammadzaheer/singularity-recipes
branch master
tag maze
commit 612adcb231908cd157404f441933cf2bbfc4b4f1
version (container hash) b1795e3c63d2ae275e1f73b7e13fc2fd
build date 2018-09-28T07:34:31.787Z
size (MB) 3524
size (bytes) 1547792415
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.