You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@singa.apache.org by "Moaz Reyad (JIRA)" <ji...@apache.org> on 2016/11/28 02:52:58 UTC

[jira] [Created] (SINGA-276) Create docker images

Moaz Reyad created SINGA-276:
--------------------------------

             Summary: Create docker images
                 Key: SINGA-276
                 URL: https://issues.apache.org/jira/browse/SINGA-276
             Project: Singa
          Issue Type: Improvement
            Reporter: Moaz Reyad


Docker can be used to improve the usability of SINGA by creating images which are ready to use.

Following SINGA-274, the images can be

singa: the core package for singa C++ on CPU
singa-python: the pysinga, depends on singa pacakge on CPU
singa-gpu : the gpu version of the singa C++, depends on singa and extends it with the gpu features
singa-gpu-python: pysinga and gpu together. depends on singa-python and singa-gpu
singa-dlaas: depends on singa-python, adds the DL as a service (Rafiki) on CPU
singa-gpu-dlaas: depends on singa-gpu-python, adds the DL as a service (Rafiki) on GPU

GPU packages can be split into cuda and opencl.

Images should be uploaded into DockerHub

The images could be generated automatically from GitHub, see (https://docs.docker.com/docker-hub/github/). Each image will have a Docker file and make script to build it automatically with every change in GitHub.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)