ray/dashboard
SangBin Cho e62c0052a0
[Dashboard] Agent in minimal ray installation (#21817)
This is the second part of https://docs.google.com/document/d/12qP3x5uaqZSKS-A_kK0ylPOp0E02_l-deAbmm8YtdFw/edit#. After this PR, dashboard agents will fully work with minimal ray installation.

Note that this PR requires to introduce "aioredis", "frozenlist", and "aiosignal" to the minimal installation. These dependencies are very small (or will be removed soon), and including them to minimal makes thing very easy. Please see the below for the reasoning.
2022-01-26 04:03:54 -08:00
..
client [Dashboard] Fix NPE when there is no GPU on the node (#21650) 2022-01-18 08:12:49 -08:00
modules [Dashboard] Agent in minimal ray installation (#21817) 2022-01-26 04:03:54 -08:00
tests [autoscaler] Fix ray.autoscaler.sdk import issue (#21795) 2022-01-25 14:43:24 -08:00
__init__.py [Dashboard] New dashboard skeleton (#9099) 2020-07-27 11:34:47 +08:00
agent.py [Dashboard] Agent in minimal ray installation (#21817) 2022-01-26 04:03:54 -08:00
BUILD [job submission] Allow passing job_id, return DOES_NOT_EXIST when applicable (#20164) 2021-11-08 23:10:27 -08:00
consts.py [2/gcs] Bootstrap dashboard for gcs ha (#21179) 2021-12-21 16:58:03 -08:00
dashboard.py [Dashboard] Agent in minimal ray installation (#21817) 2022-01-26 04:03:54 -08:00
datacenter.py [Dashboard] offload blocking work to a thread pool (#21762) 2022-01-21 17:55:11 -08:00
head.py [Dashboard] Make dashboard / agent work in minimal ray installation 1/3. (#21774) 2022-01-23 21:11:32 -08:00
http_server_agent.py [Dashboard] Agent in minimal ray installation (#21817) 2022-01-26 04:03:54 -08:00
k8s_utils.py [dashboard][k8s] Better CPU reporting when running on K8s (#14593) 2021-03-12 12:02:15 -06:00
memory_utils.py Fix dashboard test bug (#21742) 2022-01-24 11:38:51 -06:00
optional_deps.py [Dashboard] Agent in minimal ray installation (#21817) 2022-01-26 04:03:54 -08:00
optional_utils.py [Dashboard] Make dashboard / agent work in minimal ray installation 1/3. (#21774) 2022-01-23 21:11:32 -08:00
utils.py [Dashboard] Agent in minimal ray installation (#21817) 2022-01-26 04:03:54 -08:00