You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by ma...@apache.org on 2018/06/07 16:33:21 UTC

[incubator-mxnet] 14/16: Fix armv6 build and dockerfile

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

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

commit 9bf3e5c28512bdc39b7c39e852928fe4274c77f1
Author: Pedro Larroy <pe...@gmail.com>
AuthorDate: Wed May 23 13:47:58 2018 +0200

    Fix armv6 build and dockerfile
---
 ci/docker/Dockerfile.build.armv6 | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/ci/docker/Dockerfile.build.armv6 b/ci/docker/Dockerfile.build.armv6
index f9ec0f5..79fb4c6 100755
--- a/ci/docker/Dockerfile.build.armv6
+++ b/ci/docker/Dockerfile.build.armv6
@@ -20,6 +20,9 @@
 
 FROM dockcross/linux-armv6
 
+RUN apt-get update
+RUN apt-get install -y unzip
+
 ENV ARCH armv6l
 ENV FC=/usr/bin/${CROSS_TRIPLE}-gfortran
 ENV HOSTCC gcc

-- 
To stop receiving notification emails like this one, please contact
marcoabreu@apache.org.