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

[MXNET-848] Pin dockcross base images in CI #12270

Merged
merged 1 commit into from
Aug 21, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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