[
https://issues.apache.org/jira/browse/SINGA-276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15823588#comment-15823588
]
ASF subversion and git services commented on SINGA-276:
-------------------------------------------------------
Commit ab7221e509763315ede79828a114c81ac343af55 in incubator-singa's branch
refs/heads/master from wangwei
[ https://git-wip-us.apache.org/repos/asf?p=incubator-singa.git;h=ab7221e ]
SINGA-276 Create docker images
Add dockerfile for singa runtime (cpp version) which install PySINGA from wheel.
> 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)