[autoscaler] Docker Support (#1505)

This commit is contained in:
Richard Liaw
2018-02-20 00:24:01 -08:00
committed by GitHub
parent 0f766ae24b
commit 1cd2703cac
6 changed files with 166 additions and 13 deletions
+9
View File
@@ -104,6 +104,15 @@ The ``example.yaml`` configuration is enough to get started with Ray, but for mo
head_node:
InstanceType: p2.8xlarge
**Docker**: Specify docker image. This executes all commands on all nodes in the docker container,
and opens all the necessary ports to support the Ray cluster.
.. code-block:: yaml
docker:
image: tensorflow/tensorflow:1.5.0-py3
container_name: ray_docker
**Mixed GPU and CPU nodes**: for RL applications that require proportionally more
CPU than GPU resources, you can use additional CPU workers with a GPU head node.