chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
cloud_id: {{env["ANYSCALE_CLOUD_ID"]}}
|
||||
region: us-west-2
|
||||
|
||||
head_node_type:
|
||||
name: head_node
|
||||
instance_type: p3.16xlarge
|
||||
|
||||
worker_node_types: []
|
||||
|
||||
advanced_configurations_json:
|
||||
BlockDeviceMappings:
|
||||
- DeviceName: /dev/sda1
|
||||
Ebs:
|
||||
DeleteOnTermination: true
|
||||
VolumeSize: 500
|
||||
@@ -0,0 +1,8 @@
|
||||
base_image: {{ env["RAY_IMAGE_ML_NIGHTLY_GPU"] }}
|
||||
env_vars: {}
|
||||
debian_packages:
|
||||
- curl
|
||||
|
||||
post_build_cmds:
|
||||
- pip uninstall -y ray || true && pip3 install -U {{ env["RAY_WHEELS"] | default("ray") }}
|
||||
- {{ env["RAY_WHEELS_SANITY_CHECK"] | default("echo No Ray wheels sanity check") }}
|
||||
@@ -0,0 +1 @@
|
||||
../../../doc/test_myst_doc.py
|
||||
Reference in New Issue
Block a user