From 515f79522d2cf29d97b080e4c1721f342fe2b832 Mon Sep 17 00:00:00 2001 From: Nicolas Pinchaud Date: Wed, 3 Aug 2022 21:11:12 +0200 Subject: [PATCH] tensorflow_docs requires python3.9 --- tools/docker/sanity_check.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/docker/sanity_check.Dockerfile b/tools/docker/sanity_check.Dockerfile index 26b4289081..bb85c3bd83 100644 --- a/tools/docker/sanity_check.Dockerfile +++ b/tools/docker/sanity_check.Dockerfile @@ -79,7 +79,7 @@ RUN touch /ok.txt # ------------------------------- # docs tests -FROM python:3.7 as docs_tests +FROM python:3.9 as docs_tests COPY tools/install_deps/tensorflow-cpu.txt ./ RUN pip install --default-timeout=1000 -r tensorflow-cpu.txt