update the conda channel of recommonmark
Project: http://git-wip-us.apache.org/repos/asf/incubator-singa/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-singa/commit/0407efbd Tree: http://git-wip-us.apache.org/repos/asf/incubator-singa/tree/0407efbd Diff: http://git-wip-us.apache.org/repos/asf/incubator-singa/diff/0407efbd Branch: refs/heads/master Commit: 0407efbd4ebc4d11646b9232eacc40ae37f6d956 Parents: 00ba636 Author: Wang Wei <[email protected]> Authored: Wed May 9 23:14:07 2018 +0800 Committer: Wang Wei <[email protected]> Committed: Wed May 9 23:14:07 2018 +0800 ---------------------------------------------------------------------- tool/docker/runtime/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-singa/blob/0407efbd/tool/docker/runtime/Dockerfile ---------------------------------------------------------------------- diff --git a/tool/docker/runtime/Dockerfile b/tool/docker/runtime/Dockerfile index 271276b..8608e9e 100644 --- a/tool/docker/runtime/Dockerfile +++ b/tool/docker/runtime/Dockerfile @@ -34,9 +34,9 @@ RUN conda config --set always_yes yes --set changeps1 no 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 clinicalgraphics recommonmark=0.2.0 +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
