alecchap/devenv:latest

$ singularity pull shub://alecchap/devenv:latest

Singularity Recipe

Bootstrap: docker
From: continuumio/anaconda3:2020.07

%files
    requirements.txt

%post
    apt-get update && apt-get install emacs -y

    export PATH=/opt/conda/bin:$PATH
    pip install -r requirements.txt

%environment
    export PYTHONPATH=/home/lib/python/:$PYTHONPATH

%runscript
    jupyter lab --ip=0.0.0.0 --port=$1 --no-browser --notebook-dir=/home/notebooks

%startscript
    jupyter lab --ip=0.0.0.0 --port=$1 --no-browser --notebook-dir=/home/notebooks 1>~/env/logs/lab.out 2>~/env/logs/lab.err

Collection


View on Datalad

Metrics

key value
id /containers/alecchap-devenv-latest
collection name alecchap/devenv
branch master
tag latest
commit 8edc31a29fe169a18eb8957a8fc5242dbb8b2b97
version (container hash) 59a39f66cfb3c5c86596dadc9b58e66e
build date 2020-10-06T22:03:54.379Z
size (MB) 3178.0
size (bytes) 1017323551
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.