2022-05-17 17:03:12 +01:00
|
|
|
base_image: {{ env["RAY_IMAGE_ML_NIGHTLY_GPU"] | default("anyscale/ray-ml:nightly-py37-gpu") }}
|
2021-11-16 20:52:42 +00:00
|
|
|
env_vars: {}
|
|
|
|
debian_packages:
|
|
|
|
- curl
|
|
|
|
|
|
|
|
python:
|
|
|
|
pip_packages:
|
|
|
|
- pytest
|
|
|
|
- awscli
|
|
|
|
- gsutil
|
2022-07-22 20:37:16 +01:00
|
|
|
- gym>=0.21.0,<0.24.1
|
2022-04-13 22:31:30 +01:00
|
|
|
- gcsfs
|
|
|
|
- pyarrow>=6.0.1,<7.0.0
|
2021-11-16 20:52:42 +00:00
|
|
|
conda_packages: []
|
|
|
|
|
|
|
|
post_build_cmds:
|
|
|
|
# Install Ray
|
2022-05-22 16:07:03 +09:00
|
|
|
- pip3 uninstall -y ray || true && pip3 install -U {{ env["RAY_WHEELS"] | default("ray") }}
|
2021-11-16 20:52:42 +00:00
|
|
|
- {{ env["RAY_WHEELS_SANITY_CHECK"] | default("echo No Ray wheels sanity check") }}
|