mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
16 lines
370 B
YAML
Executable file
16 lines
370 B
YAML
Executable file
base_image: "anyscale/ray-ml:1.2.0-gpu"
|
|
env_vars: {}
|
|
debian_packages:
|
|
- curl
|
|
|
|
python:
|
|
pip_packages:
|
|
- pytest
|
|
- awscli
|
|
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 || true
|
|
- pip3 install -U {{ env["RAY_WHEELS"] | default("ray") }}
|