From dev-return-2574-archive-asf-public=cust-asf.ponee.io@singa.incubator.apache.org Sun Mar 10 17:55:10 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id EB6E1180672 for ; Sun, 10 Mar 2019 18:55:09 +0100 (CET) Received: (qmail 66698 invoked by uid 500); 10 Mar 2019 17:55:09 -0000 Mailing-List: contact dev-help@singa.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@singa.incubator.apache.org Delivered-To: mailing list dev@singa.incubator.apache.org Received: (qmail 66679 invoked by uid 99); 10 Mar 2019 17:55:09 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 10 Mar 2019 17:55:09 +0000 From: GitBox To: dev@singa.apache.org Subject: [GitHub] [incubator-singa] dcslin commented on a change in pull request #437: SINGA-429 update dockerfile for cuda cudnn update Message-ID: <155224050850.17199.187507955250374897.gitbox@gitbox.apache.org> Date: Sun, 10 Mar 2019 17:55:08 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit dcslin commented on a change in pull request #437: SINGA-429 update dockerfile for cuda cudnn update URL: https://github.com/apache/incubator-singa/pull/437#discussion_r264050420 ########## File path: tool/docker/devel/native/ubuntu/cuda/py3/Dockerfile ########## @@ -45,16 +46,21 @@ RUN apt-get update \ numpy \ setuptools \ protobuf \ - future \ - # install swig > 3.0.10 for ubuntu < 16.04 - # RUN wget http://prdownloads.sourceforge.net/swig/swig-3.0.10.tar.gz && \ - # tar zxf swig-3.0.10.tar.gz && cd swig-3.0.10 && \ - # ./configure && make && make install - # set environment + future +# install swig > 3.0.10 +RUN wget http://prdownloads.sourceforge.net/swig/swig-3.0.10.tar.gz -P /tmp/ \ + && tar zxf /tmp/swig-3.0.10.tar.gz -C /tmp/ \ + && cd /tmp/swig-3.0.10 && ./configure && make && make install # ENV CMAKE_INCLUDE_PATH /usr/local/cuda/include:${CMAKE_INCLUDE_PATH} # ENV CMAKE_LIBRARY_PATH /usr/local/cuda/lib64:${CMAKE_LIBRARY_PATH} # config ssh service - && mkdir /var/run/sshd \ +# install mkldnn +RUN git clone https://github.com/intel/mkl-dnn.git /tmp/mkl-dnn \ Review comment: thank you, this is right, I have fixed it. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: users@infra.apache.org With regards, Apache Git Services