nudles commented on a change in pull request #652: fix unable to build error
URL: https://github.com/apache/singa/pull/652#discussion_r403643954
##########
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:
is it better to fix the version of miniconda?
if miniconda has a new version, is it possible that singa will fail to
build/install?
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services