github.com/SagerNet/gvisor@v0.0.0-20210707092255-7731c139d75c/images/benchmarks/tensorflow/Dockerfile (about)

     1  FROM tensorflow/tensorflow:1.13.2
     2  
     3  RUN apt-get update \
     4      && apt-get install -y git
     5  RUN git clone --depth 1 https://github.com/aymericdamien/TensorFlow-Examples.git
     6  RUN python -m pip install -U pip setuptools
     7  RUN python -m pip install matplotlib