File tree Expand file tree Collapse file tree 1 file changed +0
-60
lines changed Expand file tree Collapse file tree 1 file changed +0
-60
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
kind : ImageStream
3
3
apiVersion : image.openshift.io/v1
4
- metadata :
5
- name : cuda-rhel9
6
- spec :
7
- lookupPolicy :
8
- local : true
9
- tags :
10
- - name : latest
11
- referencePolicy :
12
- type : Source
13
- ---
14
- kind : ImageStream
15
- apiVersion : image.openshift.io/v1
16
4
metadata :
17
5
annotations :
18
6
opendatahub.io/notebook-image-creator : RHOAI
44
32
---
45
33
kind : BuildConfig
46
34
apiVersion : build.openshift.io/v1
47
- metadata :
48
- name : cuda-rhel9
49
- labels :
50
- app : buildchain
51
- component : cuda-rhel9
52
- spec :
53
- source :
54
- type : Git
55
- git :
56
- uri : " https://github.com/red-hat-data-services/notebooks"
57
- ref : rhoai-2.19
58
- strategy :
59
- type : Docker
60
- dockerStrategy :
61
- dockerfilePath : " rstudio/rhel9-python-3.11/Dockerfile.cuda"
62
- noCache : true
63
- volumes :
64
- - name : secret-mvn
65
- source :
66
- type : Secret
67
- secret :
68
- secretName : rhel-subscription-secret
69
- defaultMode : 420
70
- mounts :
71
- - destinationPath : /opt/app-root/src/.sec
72
- output :
73
- to :
74
- kind : ImageStreamTag
75
- name : " cuda-rhel9:latest"
76
- resources :
77
- limits :
78
- cpu : " 1"
79
- memory : 8Gi
80
- requests :
81
- cpu : " 1"
82
- memory : 8Gi
83
- successfulBuildsHistoryLimit : 2
84
- failedBuildsHistoryLimit : 2
85
- runPolicy : Serial
86
- triggers :
87
- - imageChange : {}
88
- type : ImageChange
89
- ---
90
- kind : BuildConfig
91
- apiVersion : build.openshift.io/v1
92
35
metadata :
93
36
name : cuda-rstudio-server-rhel9
94
37
labels :
105
48
dockerStrategy :
106
49
dockerfilePath : " rstudio/rhel9-python-3.11/Dockerfile.cuda"
107
50
noCache : true
108
- from :
109
- kind : " ImageStreamTag"
110
- name : " cuda-rhel9:latest"
111
51
volumes :
112
52
- name : secret-mvn
113
53
source :
You can’t perform that action at this time.
0 commit comments