From ed6f0a3ee68c6f4121244398e2071e736c0c47d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Jun 2021 06:08:58 +0000 Subject: [PATCH] Bump tensorflow/tensorflow in /examples/mnist Bumps tensorflow/tensorflow from 1.15.2-py3 to 2.2.3-py3. --- updated-dependencies: - dependency-name: tensorflow/tensorflow dependency-type: direct:production update-type: version-update:semver-major ... 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..43c19d5b 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.3-py3 ADD mnist.py /opt/mnist.py RUN chmod +x /opt/mnist.py