ray/release/ml_user_tests/ray-lightning/app_config.yaml
Amog Kamsetty 3408b60d2b
[Release] Refactor User Tests (#20028)
* wip

* add directory

* wip

* try again

* Revert "try again"

This reverts commit 82d33ccea6f92848df025e019b87df73cea49e5d.

* finish

* formatting

* fix merge

* fix path

* chmod

* check

* sudo

* wip

* update

* fix horovod

* try

* typo

* reduce num workers
2021-11-05 17:28:37 -07:00

20 lines
547 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
- 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") }}