From e2a147d5fb7a5f5a24b9b53ee81b84418d508bba Mon Sep 17 00:00:00 2001 From: Ian Rodney Date: Wed, 18 Nov 2020 12:40:19 -0800 Subject: [PATCH] [docs] Remove DL AMi reference (#12120) --- doc/source/cluster/cloud.rst | 3 --- 1 file changed, 3 deletions(-) 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.