From bdde0e95363f7799dc9d59eb9e01d66b3ad836e2 Mon Sep 17 00:00:00 2001 From: Advait Jain Date: Tue, 24 Nov 2020 15:45:43 -0800 Subject: [PATCH] Update TFLM to use python:3.9-buster. PiperOrigin-RevId: 344145539 Change-Id: Ic5700abd9c628f71501c2cafa554e2fdbd89ddf7 --- tensorflow/tools/ci_build/Dockerfile.micro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tensorflow/tools/ci_build/Dockerfile.micro b/tensorflow/tools/ci_build/Dockerfile.micro index a86b4c828b5..cf2d7155f94 100644 --- a/tensorflow/tools/ci_build/Dockerfile.micro +++ b/tensorflow/tools/ci_build/Dockerfile.micro @@ -1,11 +1,11 @@ # 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.5-stretch +FROM python:3.9.0-buster LABEL maintainer="Pete Warden " RUN apt-get update && apt-get install -y zip xxd -RUN pip install six +RUN pip install six # Install Renode test dependencies RUN pip install pyyaml requests psutil robotframework==3.1