SINGA-359 Create alias for conda packages Add the installation command (via conda) in Dockerfile
Project: http://git-wip-us.apache.org/repos/asf/incubator-singa/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-singa/commit/35b9fed8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-singa/tree/35b9fed8 Diff: http://git-wip-us.apache.org/repos/asf/incubator-singa/diff/35b9fed8 Branch: refs/heads/master Commit: 35b9fed88fc9d02e477f915b1e61ca778d61c3ea Parents: d580419 Author: wang wei <[email protected]> Authored: Sat May 12 14:23:14 2018 +0700 Committer: wang wei <[email protected]> Committed: Sat May 12 14:23:14 2018 +0700 ---------------------------------------------------------------------- tool/docker/runtime/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-singa/blob/35b9fed8/tool/docker/runtime/Dockerfile ---------------------------------------------------------------------- diff --git a/tool/docker/runtime/Dockerfile b/tool/docker/runtime/Dockerfile index 8608e9e..d250612 100644 --- a/tool/docker/runtime/Dockerfile +++ b/tool/docker/runtime/Dockerfile @@ -35,8 +35,7 @@ RUN conda update -q conda RUN conda install -c conda-forge sphinx RUN conda install -c conda-forge sphinx_rtd_theme RUN conda install -c conda-forge recommonmark -# TODO(wangwei) add the cpu build string -# RUN conda install -c nusdbsystem singa_cpu +RUN conda install -c nusdbsystem singa_cpu RUN mkdir /var/run/sshd RUN echo 'root:singa' | chpasswd
