STT-tensorflow/tensorflow/tools/ci_build/Dockerfile.micro
TensorFlower Gardener 8c607acc89 Merge pull request #32287 from jenselofsson:micro_recognition
PiperOrigin-RevId: 308109446
Change-Id: Iee03e8573ad8161d5186c98face0a1eb3a130907
2020-04-23 12:50:03 -07:00

9 lines
347 B
Docker

# 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
LABEL maintainer="Pete Warden <petewarden@google.com>"
RUN apt-get update && apt-get install -y zip xxd
RUN pip install six