SageMaker and TensorFlow 2.0
问题 What is the best way to run TensorFlow 2.0 with AWS Sagemeker? As of today (Aug 7th, 2019) AWS does not provide TensorFlow 2.0 SageMaker containers, so my understanding is that I need to build my own. What is the best Base image to use? Example Dockerfile? 回答1: Here is an example Dockerfile that uses the underlying SageMaker Containers library (this is what is used in the official pre-built Docker images): FROM tensorflow/tensorflow:2.0.0b1 RUN pip install sagemaker-containers # Copies the