ray/release/nightly_tests/dataset/dataset_ingest_400G_compute.yaml
Chen Shen aca954e8dd
[dataset][cuj2] add another single node ingestion example (#20754)
* add runner

* fix bugs

* add configs

* add time
2021-12-07 02:50:17 -08:00

22 lines
No EOL
440 B
YAML

cloud_id: cld_17WvYIBBkdgLwEUNcLeRAE
region: us-west-2
max_workers: 0
aws:
IamInstanceProfile: {"Name": "ray-autoscaler-v1"}
BlockDeviceMappings:
- DeviceName: /dev/sda1
Ebs:
VolumeSize: 500
head_node_type:
name: head_node
instance_type: g4dn.16xlarge
worker_node_types:
- name: memory_node
instance_type: i3.8xlarge
min_workers: 0
max_workers: 0
use_spot: false