tree: 6c581abc7af41cc6e460d5ddb371456c90e20a8e [path history] [tgz]
  1. devel/
  2. runtime/
  3. build.sh
  4. README.md
tool/docker/README.md

SINGA Docker Images

Availabe images

TagOS versiondevel/runtimeDeviceCUDA/CUDNN
runtimeUbuntu16.04runtimeCPU-
runtimeUbuntu16.04runtimeCPU-
runtime-cudaUbuntu16.04runtimeGPUCUDA8.0+CUDNN5
develUbuntu16.04develCPU-
devel-cudaUbuntu16.04develGPUCUDA8.0+CUDNN5

Usage

docker pull nusdbsystem/singa:<Tag>
docker run -it nusdbsystem/singa:<Tag> /bin/bash
  • For the devel images, the container has a incubator-singa folder in the root directory, which has the latest SINGA code. The code has been compiled into incubator-singa/build directory and PySINGA has been installed.
  • For the runtime images, the container has only installed the PySINGA.

Tag naming style

singa:devel|runtime[-OS][-CUDA|OPENCL][-CUDNN]
  • devel: development images with all dependent libs' header files installed and SINGA's source code;
  • runtime: the minimal images which can run SINGA programs.
  • OS: ubuntu, ubuntu14.04, centos, centos6
  • CUDA: cuda, cuda8.0, cuda7.0
  • CUDNN: cudnn, cudnn5, cudnn4
  • OPENCL: opencl, opencl1.2

By default, if the version is not included in the tag, the latest stable version is used. The default OS is ubuntu. The version is the latest stable version (e.g., 16.04 for now). For -cuda version, the cudnn is included by default. Their versions are also the latest stable version, i.e., cuda-8.0 and cudnn-5 for now.