You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2017/11/05 17:57:25 UTC

[GitHub] szha closed pull request #8535: Fix pip-test, libgfortran3 installation needs flag '-y'

szha closed pull request #8535: Fix pip-test,  libgfortran3 installation needs flag '-y'
URL: https://github.com/apache/incubator-mxnet/pull/8535
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/tests/ci_build/pip_tests/Dockerfile.pip_dependencies b/tests/ci_build/pip_tests/Dockerfile.pip_dependencies
index 273c2298ac..e08c22f3c7 100644
--- a/tests/ci_build/pip_tests/Dockerfile.pip_dependencies
+++ b/tests/ci_build/pip_tests/Dockerfile.pip_dependencies
@@ -8,7 +8,7 @@ RUN apt-get install -y python python2.7 python3.4 python3.5 python3.6
 
 # install other dependencies
 RUN apt-get install -y wget git unzip gcc
-RUN apt-get install libgfortran3
+RUN apt-get install -y libgfortran3
 
 # install virtualenv
 RUN wget https://bootstrap.pypa.io/get-pip.py && python get-pip.py && pip install virtualenv && rm -rf get-pip.py


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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