-
Notifications
You must be signed in to change notification settings - Fork 10
/
BUILD.yaml
40 lines (37 loc) · 1.2 KB
/
BUILD.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# UNDER CONSTRUCTION: we in the process of adding template definitions
# into this file. This file does not contain all the templates yet.
# job-intro template is to be removed and replaced by
# https://github.com/anyscale/first-job
# owner: matthew owen
- name: job-intro
emoji: 🔰
title: Intro to Jobs
description: Introduction on how to use Anyscale Jobs
dir: templates/intro-jobs
cluster_env:
build_id: anyscaleray2340-py311
compute_config:
GCP: configs/basic-single-node/gce.yaml
AWS: configs/basic-single-node/aws.yaml
# owner: huaiwei
- name: workspace-intro
emoji: 🔰
title: Intro to Workspaces
description: Introduction on how to use Anyscale Workspaces
dir: templates/intro-workspaces
cluster_env:
build_id: anyscaleray2340-py311
compute_config:
GCP: configs/basic-single-node/gce.yaml
AWS: configs/basic-single-node/aws.yaml
# owner: edward
- name: service-intro
emoji: 🔰
title: Intro to Services
description: Introduction on how to use Anyscale Services
dir: templates/intro-services
cluster_env:
build_id: anyscaleray2210-py39
compute_config:
GCP: configs/basic-serverless-config/gce.yaml
AWS: configs/basic-serverless-config/aws.yaml