iapalm/lc-builds:latest

$ singularity pull shub://iapalm/lc-builds:latest

Singularity Recipe

Bootstrap: docker
From: nvidia/cuda:9.0-cudnn7-devel-ubuntu16.04

%post
apt-get update && apt-get install -y \
    git \
    python3.5 \
    python3.5-dev \
    python3-pip \
    build-essential \
    cmake \
    wget \
    pkg-config \
    man-db \
    vim \
    eog \
    libopenblas-dev \
    liblapack-dev \
    gfortran \
    libsm6 \
    libxext6 \
    libxrender-dev \
    libgtk2.0-dev \
    libavcodec-dev \
    libavformat-dev \
    libswscale-dev

python3 -m pip install --upgrade pip

python3 -m pip install ipython
python3 -m pip install jupyter
python3 -m pip install numpy
python3 -m pip install scipy
python3 -m pip install scikit-image
python3 -m pip install scikit-learn
python3 -m pip install dill
python3 -m pip install progressbar2
python3 -m pip install imageio
python3 -m pip install opencv-python
python3 -m pip install tqdm
python3 -m pip install protobuf
python3 -m pip install PyYAML
python3 -m pip install pandas
python3 -m pip install pathlib

wget --no-check-certificate https://download.pytorch.org/whl/cu90/torch-0.4.0-cp35-cp35m-linux_x86_64.whl
python3 -m pip install torch-0.4.0-cp35-cp35m-linux_x86_64.whl
python3 -m pip install torchvision
python3 -m pip install tensorboardX
python3 -m pip install tifffile
python3 -m pip install albumentations

Collection


View on Datalad

Metrics

key value
id /containers/iapalm-lc-builds-latest
collection name iapalm/lc-builds
branch master
tag latest
commit 1a6c3ed7e11724956e174b0d18659ccaa1225302
version (container hash) c8f8a583ac207e9208b4f5187678f735
build date 2019-06-20T02:24:45.827Z
size (MB) 6702
size (bytes) 4185333791
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.