wsjeon/singularity-development-setting:zsh

$ singularity pull shub://wsjeon/singularity-development-setting:zsh

Singularity Recipe

# Header
Bootstrap: docker
From: tensorflow/tensorflow:nightly-gpu-py3

# Section
%post
    # neovim
    apt-get install -y software-properties-common
    add-apt-repository ppa:neovim-ppa/stable
    apt-get update
    apt-get install -y neovim
    pip install neovim
    pip install pynvim
    
    # zsh
    apt-get install -y zsh

    # etc 
    apt-get install -y git
    apt-get install -y wget curl
    apt-get install -y ctags
    
    # ipython
    pip install ipython

    # cluster mounting points
    mkdir /dataset
    mkdir /tmp_log
    mkdir /final_log

%environment
    export SHELL=/bin/zsh
    
%runscript
    exec /bin/zsh "$@"

Collection


View on Datalad

Metrics

key value
id /containers/wsjeon-singularity-development-setting-zsh
collection name wsjeon/singularity-development-setting
branch master
tag zsh
commit 7259e5439bfda7c1ba4af2ef98bf1bf987005653
version (container hash) d65a1182240c19c04a5a7941d399d5b1
build date 2020-01-15T04:43:51.784Z
size (MB) 3522
size (bytes) 1759768607
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.