wsjeon/singularity-development-setting:latest

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

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

    # 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/bash

Collection


View on Datalad

Metrics

key value
id /containers/wsjeon-singularity-development-setting-latest
collection name wsjeon/singularity-development-setting
branch master
tag latest
commit 5e9a1b09ee851042bc8db6eb9f464a1caac2ee13
version (container hash) ed43bb3efa19ee10da0c51dfa7be0526
build date 2019-06-03T20:54:49.525Z
size (MB) 3506
size (bytes) 1755193375
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.