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

[incubator-mxnet] branch master updated: Fix libgfortran3 error, Add flag -y (#8535)

This is an automated email from the ASF dual-hosted git repository.

zhasheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/master by this push:
     new 990bab8  Fix libgfortran3 error, Add flag -y (#8535)
990bab8 is described below

commit 990bab865f5c8da168a2e68c4c6cc04fa3b117d7
Author: mbaijal <30...@users.noreply.github.com>
AuthorDate: Sun Nov 5 09:57:21 2017 -0800

    Fix libgfortran3 error, Add flag -y (#8535)
---
 tests/ci_build/pip_tests/Dockerfile.pip_dependencies | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/ci_build/pip_tests/Dockerfile.pip_dependencies b/tests/ci_build/pip_tests/Dockerfile.pip_dependencies
index 273c229..e08c22f 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

-- 
To stop receiving notification emails like this one, please contact
['"commits@mxnet.apache.org" <co...@mxnet.apache.org>'].