Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tensorflow/tools/ci_build/Dockerfile.micro
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Use a prebuilt Python image instead of base Ubuntu to speed up the build process,
# since it has all the build dependencies we need for Micro and downloads much faster
# than the install process.
FROM python:3.12.0a3-slim-bullseye
FROM python:3.13.4-slim-bullseye

LABEL maintainer="Pete Warden <[email protected]>"

Expand Down