github.com/kubeflow/training-operator@v1.7.0/examples/tensorflow/distribution_strategy/estimator-API/Dockerfile (about)

     1  FROM tensorflow/tensorflow:1.11.0
     2  
     3  COPY examples/tensorflow/distribution_strategy/estimator-API/keras_model_to_estimator.py /
     4  ENTRYPOINT ["python", "/keras_model_to_estimator.py", "/tmp/tfkeras_example/"]