2021-08-16 11:44:25 +01:00
|
|
|
base_image: "anyscale/ray:1.5.0-py37"
|
2021-08-05 14:06:20 -07:00
|
|
|
env_vars: {}
|
|
|
|
debian_packages: []
|
|
|
|
|
|
|
|
python:
|
|
|
|
pip_packages: []
|
|
|
|
conda_packages: []
|
|
|
|
|
|
|
|
post_build_cmds:
|
|
|
|
- pip uninstall -y ray || true
|
|
|
|
- pip3 install -U {{ env["RAY_WHEELS"] | default("ray") }}
|