ray/release/long_running_tests/app_config.yaml
Jiao 664efdbf58 [Release] change default expiration to 2 days in order to prevent custodian kill it early morning (#17215)
Co-authored-by: Jiao Dong <jiaodong@anyscale.com>
(cherry picked from commit f4f702c595)
2021-07-21 14:05:31 -07:00

17 lines
522 B
YAML
Executable file

base_image: "anyscale/ray-ml:1.4.0"
env_vars: {}
debian_packages:
- curl
- unzip
python:
pip_packages:
conda_packages: []
post_build_cmds:
- 'rm -r wrk || true && git clone https://github.com/wg/wrk.git /tmp/wrk && cd /tmp/wrk && make -j && sudo cp wrk /usr/local/bin'
- pip uninstall -y numpy ray || true
- sudo rm -rf /home/ray/anaconda3/lib/python3.7/site-packages/numpy
- pip3 install numpy || true
- pip3 install -U {{ env["RAY_WHEELS"] | default("ray") }}
- pip3 install -U ray[all] gym[atari]