forked from rstudio/helm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
default-runtime-pro.yaml
66 lines (66 loc) · 1.55 KB
/
default-runtime-pro.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
name: Kubernetes
images:
-
name: ghcr.io/rstudio/content-pro:r3.6.3-py3.8.16-ubuntu2204
python:
installations:
-
path: /opt/python/3.8.16/bin/python3
version: 3.8.16
r:
installations:
-
path: /opt/R/3.6.3/bin/R
version: 3.6.3
quarto:
installations:
- path: /opt/quarto/1.3.340/bin/quarto
version: 1.3.340
-
name: ghcr.io/rstudio/content-pro:r4.0.5-py3.9.16-ubuntu2204
python:
installations:
-
path: /opt/python/3.9.16/bin/python3
version: 3.9.16
r:
installations:
-
path: /opt/R/4.0.5/bin/R
version: 4.0.5
quarto:
installations:
- path: /opt/quarto/1.3.340/bin/quarto
version: 1.3.340
-
name: ghcr.io/rstudio/content-pro:r4.1.3-py3.10.11-ubuntu2204
python:
installations:
-
path: /opt/python/3.10.11/bin/python3
version: 3.10.11
r:
installations:
-
path: /opt/R/4.1.3/bin/R
version: 4.1.3
quarto:
installations:
- path: /opt/quarto/1.3.340/bin/quarto
version: 1.3.340
-
name: ghcr.io/rstudio/content-pro:r4.2.2-py3.11.3-ubuntu2204
python:
installations:
-
path: /opt/python/3.11.3/bin/python3
version: 3.11.3
r:
installations:
-
path: /opt/R/4.2.2/bin/R
version: 4.2.2
quarto:
installations:
- path: /opt/quarto/1.3.340/bin/quarto
version: 1.3.340