Skip to content

Commit

Permalink
tensorflow_docs requires python3.9 (#2740)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaspi authored Aug 5, 2022
1 parent e4279c4 commit b214e25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/docker/sanity_check.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b214e25

Please sign in to comment.