From 5873b0f43f5ff4d811f951baaacb7bbe8b1a486c Mon Sep 17 00:00:00 2001 From: Zach Koopmans Date: Tue, 28 Jul 2020 12:51:54 -0700 Subject: Port tensorflow benchmark. PiperOrigin-RevId: 323633737 --- images/benchmarks/tensorflow/Dockerfile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 images/benchmarks/tensorflow/Dockerfile (limited to 'images/benchmarks/tensorflow/Dockerfile') diff --git a/images/benchmarks/tensorflow/Dockerfile b/images/benchmarks/tensorflow/Dockerfile new file mode 100644 index 000000000..7564a4ee5 --- /dev/null +++ b/images/benchmarks/tensorflow/Dockerfile @@ -0,0 +1,7 @@ +FROM tensorflow/tensorflow:1.13.2 + +RUN apt-get update \ + && apt-get install -y git +RUN git clone --depth 1 https://github.com/aymericdamien/TensorFlow-Examples.git +RUN python -m pip install -U pip setuptools +RUN python -m pip install matplotlib -- cgit v1.2.3