ray/release/tune_tests/cloud_tests/app_config_ml.yaml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

20 lines
500 B
YAML
Raw Normal View History

base_image: {{ env["RAY_IMAGE_ML_NIGHTLY_GPU"] | default("anyscale/ray-ml:nightly-py37-gpu") }}
env_vars: {}
debian_packages:
- curl
python:
pip_packages:
- pytest
- awscli
- gsutil
2022-07-20 11:49:01 -07:00
- gym>=0.21.0,<0.24.0
- gcsfs
- pyarrow>=6.0.1,<7.0.0
conda_packages: []
post_build_cmds:
# Install Ray
- pip3 uninstall -y ray || true && pip3 install -U {{ env["RAY_WHEELS"] | default("ray") }}
- {{ env["RAY_WHEELS_SANITY_CHECK"] | default("echo No Ray wheels sanity check") }}