Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
[MXNET-848] Pin dockcross base images in CI (#12270)
Browse files Browse the repository at this point in the history
Pin dockcross images to known working versions to avoid CI PR failures.
  • Loading branch information
KellenSunderland authored and marcoabreu committed Aug 21, 2018
1 parent d7b39f4 commit 1abe632
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion ci/docker/Dockerfile.build.android_armv7
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#
# Dockerfile to build MXNet for Android ARMv7

FROM dockcross/base:latest
FROM mxnetci/dockcross-linux-base:08212018
MAINTAINER Pedro Larroy "pllarroy@amazon.com"

# The cross-compiling emulator
Expand Down
2 changes: 1 addition & 1 deletion ci/docker/Dockerfile.build.android_armv8
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#
# Dockerfile to build MXNet for Android ARM64/ARMv8

FROM dockcross/base:latest
FROM mxnetci/dockcross-linux-base:08212018
MAINTAINER Pedro Larroy "pllarroy@amazon.com"

RUN apt-get update && apt-get install -y \
Expand Down
2 changes: 1 addition & 1 deletion ci/docker/Dockerfile.build.armv6
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#
# Dockerfile to build MXNet for ARMv6

FROM dockcross/linux-armv6
FROM mxnetci/dockcross-linux-armv6:08212018

ENV ARCH armv6l
ENV HOSTCC gcc
Expand Down
2 changes: 0 additions & 2 deletions ci/docker/Dockerfile.build.armv8
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
#
# Dockerfile to build MXNet for ARM64/ARMv8

# Temporary fix due to https://github.com/apache/incubator-mxnet/issues/10837
#FROM dockcross/linux-arm64
FROM mxnetci/dockcross-linux-arm64:05082018

ENV ARCH aarch64
Expand Down
3 changes: 0 additions & 3 deletions ci/docker/Dockerfile.build.jetson
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@

FROM nvidia/cuda:9.0-cudnn7-devel as cudabuilder


# Temporary fix due to https://github.com/apache/incubator-mxnet/issues/10837
# FROM dockcross/linux-arm64
FROM mxnetci/dockcross-linux-arm64:05082018

ENV ARCH aarch64
Expand Down

0 comments on commit 1abe632

Please sign in to comment.