mirror of
https://github.com/vale981/ray
synced 2025-03-10 05:16:49 -04:00
21 lines
596 B
YAML
21 lines
596 B
YAML
![]() |
base_image: "anyscale/ray-ml:pinned-nightly-py37-gpu"
|
||
|
env_vars:
|
||
|
PL_TORCH_DISTRIBUTED_BACKEND: gloo
|
||
|
|
||
|
debian_packages:
|
||
|
- curl
|
||
|
|
||
|
python:
|
||
|
pip_packages:
|
||
|
# TODO(amogkam): Remove the tblib, torch, and torchvision installs once we use nightly image.
|
||
|
- tblib
|
||
|
- torch==1.9.0
|
||
|
- torchvision==0.10.0
|
||
|
- git+https://github.com/ray-project/ray_lightning#ray_lightning
|
||
|
conda_packages: []
|
||
|
|
||
|
post_build_cmds:
|
||
|
- pip uninstall -y ray || true
|
||
|
- pip3 install -U {{ env["RAY_WHEELS"] | default("ray") }}
|
||
|
- {{ env["RAY_WHEELS_SANITY_CHECK"] | default("echo No Ray wheels sanity check") }}
|