From dev-return-4881-archive-asf-public=cust-asf.ponee.io@singa.apache.org Sun Apr 5 06:16:07 2020 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 [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id C6A75180638 for ; Sun, 5 Apr 2020 08:16:06 +0200 (CEST) Received: (qmail 69387 invoked by uid 500); 5 Apr 2020 06:16:06 -0000 Mailing-List: contact dev-help@singa.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@singa.apache.org Delivered-To: mailing list dev@singa.apache.org Received: (qmail 69377 invoked by uid 99); 5 Apr 2020 06:16:05 -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, 05 Apr 2020 06:16:05 +0000 From: GitBox To: dev@singa.apache.org Subject: [GitHub] [singa] dcslin commented on a change in pull request #652: fix unable to build error Message-ID: <158606736569.20979.11672516933228487404.gitbox@gitbox.apache.org> References: In-Reply-To: Date: Sun, 05 Apr 2020 06:16:05 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit dcslin commented on a change in pull request #652: fix unable to build error URL: https://github.com/apache/singa/pull/652#discussion_r403655177 ########## File path: tool/docker/runtime/cpu/Dockerfile ########## @@ -28,10 +28,12 @@ RUN apt-get update \ && rm -rf /var/lib/apt/lists/* # install conda -RUN wget --no-check-certificate https://repo.continuum.io/miniconda/Miniconda3-4.5.12-Linux-x86_64.sh -O miniconda.sh; +RUN wget --no-check-certificate https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh Review comment: yes. thanks. this is updated. ---------------------------------------------------------------- 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