diff --git a/doc/source/cluster/cloud.rst b/doc/source/cluster/cloud.rst index b9a6c4bcd..ea59f95ea 100644 --- a/doc/source/cluster/cloud.rst +++ b/doc/source/cluster/cloud.rst @@ -37,13 +37,11 @@ AWS/GCP/Azure # Get a remote screen on the head node. $ ray attach ray/python/ray/autoscaler/aws/example-full.yaml - $ source activate tensorflow_p36 $ # Try running a Ray program with 'ray.init(address="auto")'. # Tear down the cluster. $ ray down ray/python/ray/autoscaler/aws/example-full.yaml - .. tip:: For the AWS node configuration, you can set ``"ImageId: latest_dlami"`` to automatically use the newest `Deep Learning AMI `_ for your region. For example, ``head_node: {InstanceType: c5.xlarge, ImageId: latest_dlami}``. See :ref:`aws-cluster` for recipes on customizing AWS clusters. .. group-tab:: Azure @@ -110,7 +108,6 @@ AWS/GCP/Azure # Get a remote screen on the head node. $ ray attach ray/python/ray/autoscaler/gcp/example-full.yaml - $ source activate tensorflow_p36 $ # Try running a Ray program with 'ray.init(address="auto")'. # Tear down the cluster.