Update TFLM to use python:3.9-buster.
PiperOrigin-RevId: 344145539 Change-Id: Ic5700abd9c628f71501c2cafa554e2fdbd89ddf7
This commit is contained in:
parent
e623786212
commit
bdde0e9536
@ -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 <petewarden@google.com>"
|
||||
|
||||
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user