aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Pete Warden <petewarden@google.com>2018-01-10 15:13:17 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-01-10 15:17:24 -0800
commitb152f0517f318db6dcd7cfba57d860d2e5eed433 (patch)
treeddc9d0fd9664e8f8a4835b1e1f04a7b3aa44cb71
parent35dface2e1aadbd4bd3b83e00618fda24c89f7d4 (diff)
Reverted Raspberry Pi Docker files back to Ubuntu 14.04, instead of 16.04, to fix toolchain installation error
PiperOrigin-RevId: 181524891
-rw-r--r--tensorflow/tools/ci_build/Dockerfile.pi2
-rw-r--r--tensorflow/tools/ci_build/Dockerfile.pi-python32
2 files changed, 2 insertions, 2 deletions
diff --git a/tensorflow/tools/ci_build/Dockerfile.pi b/tensorflow/tools/ci_build/Dockerfile.pi
index 176f9f6321..75ef30d32b 100644
--- a/tensorflow/tools/ci_build/Dockerfile.pi
+++ b/tensorflow/tools/ci_build/Dockerfile.pi
@@ -1,4 +1,4 @@
-FROM ubuntu:16.04
+FROM ubuntu:14.04
LABEL maintainer="Jan Prach <jendap@google.com>"
diff --git a/tensorflow/tools/ci_build/Dockerfile.pi-python3 b/tensorflow/tools/ci_build/Dockerfile.pi-python3
index 14ebb9069f..b1c648ba30 100644
--- a/tensorflow/tools/ci_build/Dockerfile.pi-python3
+++ b/tensorflow/tools/ci_build/Dockerfile.pi-python3
@@ -1,4 +1,4 @@
-FROM ubuntu:16.04
+FROM ubuntu:14.04
LABEL maintainer="Jan Prach <jendap@google.com>"