-
Notifications
You must be signed in to change notification settings - Fork 20
/
manifest.yaml
42 lines (42 loc) · 1.1 KB
/
manifest.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
41
42
- folder: python-minimal
name: Python (3.10) Project
description: A Python Renku project.
variables: {}
icon: python-minimal.png
ssh_supported: true
- folder: R-minimal
name: R (4.2.0) Project
description: An R Renku project.
variables: {}
icon: R-minimal.png
ssh_supported: true
- folder: bioc-minimal
name: R-Bioconductor (3.17) Project
description: An R bioconductor Renku project.
variables: {}
icon: bioconductor.png
ssh_supported: true
- folder: julia-minimal
name: Julia (1.9.0) Project
description: A Julia Renku project.
variables: {}
icon: julialang.png
ssh_supported: true
- folder: minimal
name: Minimal Renku
description: The simplest Renku project template with files for Renku CLI and launching projects on RenkuLab.
variables: {}
ssh_supported: true
- folder: pinned-image
name: Pinned image
description: A Renku project with Python and a pinned image
variables:
python_version:
description: Set the Python version.
default_value: "3.10"
type: enum
enum:
- "3.8"
- "3.9"
- "3.10"
ssh_supported: true