Skip to content

Commit b214e25

Browse files
authored
tensorflow_docs requires python3.9 (#2740)
1 parent e4279c4 commit b214e25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/docker/sanity_check.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ RUN touch /ok.txt
7979

8080
# -------------------------------
8181
# docs tests
82-
FROM python:3.7 as docs_tests
82+
FROM python:3.9 as docs_tests
8383

8484
COPY tools/install_deps/tensorflow-cpu.txt ./
8585
RUN pip install --default-timeout=1000 -r tensorflow-cpu.txt

0 commit comments

Comments
 (0)