chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
base_image: {{ env["RAY_IMAGE_NIGHTLY_CPU"] | default("anyscale/ray:nightly-py39") }}
|
||||
debian_packages: []
|
||||
env_vars:
|
||||
RAY_WHEEL_URL: {{ env["RAY_WHEELS"] | default("") }}
|
||||
|
||||
python:
|
||||
pip_packages: []
|
||||
conda_packages: []
|
||||
|
||||
post_build_cmds:
|
||||
- pip3 uninstall -y ray && pip3 install -U {{ env["RAY_WHEELS"] | default("ray") }}
|
||||
- pip3 install -U ray[default]
|
||||
- {{ env["RAY_WHEELS_SANITY_CHECK"] | default("echo No Ray wheels sanity check") }}
|
||||
@@ -0,0 +1,27 @@
|
||||
cloud_id: {{env["ANYSCALE_CLOUD_ID"]}}
|
||||
region: us-west1
|
||||
allowed_azs:
|
||||
- us-west1-c
|
||||
|
||||
max_workers: 0
|
||||
|
||||
head_node_type:
|
||||
name: head_node
|
||||
instance_type: n2-standard-32 # m5.8xlarge
|
||||
|
||||
worker_node_types: []
|
||||
|
||||
gcp_advanced_configurations_json:
|
||||
instance_properties:
|
||||
disks:
|
||||
- boot: true
|
||||
auto_delete: true
|
||||
initialize_params:
|
||||
disk_size_gb: 500
|
||||
|
||||
#advanced_configurations_json:
|
||||
# BlockDeviceMappings:
|
||||
# - DeviceName: /dev/sda1
|
||||
# Ebs:
|
||||
# DeleteOnTermination: true
|
||||
# VolumeSize: 500
|
||||
Reference in New Issue
Block a user