ray/benchmarks/app_config.yaml
Alex Wu ba9fd06f87
Integrate scalability envelope with releaser (#16417)
* .

* .

* .

* .

* .

* .

* .

* success

Co-authored-by: Alex Wu <alex@anyscale.com>
2021-06-15 10:42:55 -07:00

12 lines
336 B
YAML

base_image: "anyscale/ray-ml:pinned-nightly-py37"
env_vars: {}
python:
pip_packages: []
conda_packages: []
post_build_cmds:
- pip uninstall -y numpy ray || true
- sudo rm -rf /home/ray/anaconda3/lib/python3.7/site-packages/numpy
- pip3 install numpy tqdm || true
- pip3 install -U {{ env["RAY_WHEELS"] | default("ray") }}