[docs] Remove DL AMi reference (#12120)

This commit is contained in:
Ian Rodney
2020-11-18 12:40:19 -08:00
committed by GitHub
parent 8f2b447ba4
commit e2a147d5fb
-3
View File
@@ -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 <https://aws.amazon.com/machine-learning/amis/>`_ 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.