-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathform.yml
More file actions
47 lines (47 loc) · 1.16 KB
/
form.yml
File metadata and controls
47 lines (47 loc) · 1.16 KB
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
41
42
43
44
45
46
47
title: "Codeserver"
cluster: "bil"
description: |
Launches a code-server environment on the Brain Image Library (BIL) cluster for web-based coding and development tasks.
form:
- account
- bc_num_hours
- working_dir
- version
- bc_queue
- bc_num_cores
- bc_memory
- extra_slurm_args
attributes:
version:
widget: "select"
label: "Codeserver Version"
options:
- ["4.8", "4.8.3"]
# - ["3.9", "3.9.3"]
working_dir:
label: "Working Directory"
data-filepicker: true
data-target-file-type: dirs # Valid values are: files, dirs, or both
readonly: false
help: "Select your project directory; defaults to $HOME"
bc_queue: "applications"
account: "null"
bc_num_cores:
widget: number_field
label: "Number of Cores"
help: "Select 4 to 64 CPU cores in steps of 1 for the Codeserver session."
min: 4
max: 64
step: 1
value: 4
bc_memory:
widget: number_field
label: "Memory Allocation (GB)"
help: "Allocate 8 to 2900 GB of memory in steps of 1 for the Codeserver session."
min: 8
max: 2900
step: 1
value: 8
extra_slurm_args:
label: "Extra Slurm Args"
widget: text_field