From b70785d0413d18795bcd8a54e6b9f6fc9d39a978 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Jan 2021 09:21:14 +0000 Subject: [PATCH] Bump tensorflow/tensorflow in /examples/mnist Bumps tensorflow/tensorflow from 1.15.2-py3 to 2.2.2-py3. Signed-off-by: dependabot[bot] --- examples/mnist/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/mnist/Dockerfile b/examples/mnist/Dockerfile index 8b593553..2b4af62e 100644 --- a/examples/mnist/Dockerfile +++ b/examples/mnist/Dockerfile @@ -1,6 +1,6 @@ #This container contains your model and any helper scripts specific to your model. # When building the image inside mnist.ipynb the base docker image will be overwritten -FROM tensorflow/tensorflow:1.15.2-py3 +FROM tensorflow/tensorflow:2.2.2-py3 ADD mnist.py /opt/mnist.py RUN chmod +x /opt/mnist.py