mirror of
https://github.com/wassname/ray.git
synced 2026-07-14 11:17:54 +08:00
[docs] Remove DL AMi reference (#12120)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user