ray/release/long_running_tests/app_config_np.yaml
2021-08-16 12:44:25 +02:00

15 lines
400 B
YAML
Executable file

base_image: "anyscale/ray-ml:pinned-nightly-py37"
env_vars: {}
debian_packages:
- curl
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==1.19 || true
- pip3 install -U {{ env["RAY_WHEELS"] | default("ray") }}
- pip3 install -U ray[all] gym[atari]