Comment on Installing TensorFlow with Python 3 on EC2 GPU InstancesComments−listic10yThis is a great guide for starting out, but how do I get TensorFlow on EC2 GPU instances in a more production-ready, reproducible way? Even the results of things like sudo apt-get update sudo apt-get upgrade -y sudo apt-get install -y build-essential git swig default-jdk zip zlib1g-dev are dependent on the point in time when the commands are issued. Also, 75 minutes is a long time to spin up an instance.
Comments
This is a great guide for starting out, but how do I get TensorFlow on EC2 GPU instances in a more production-ready, reproducible way? Even the results of things like
are dependent on the point in time when the commands are issued. Also, 75 minutes is a long time to spin up an instance.