22
22
context : python-minimal
23
23
base_image : base
24
24
python_version_1 : 3.12.9
25
- python_version_2 : 3.11.12
25
+ python_version_2 : 3.11.13
26
26
secrets : inherit
27
27
python-datascience :
28
28
needs : [python-minimal]
32
32
context : python-datascience
33
33
base_image : python-minimal
34
34
python_version_1 : 3.12.9
35
- python_version_2 : 3.11.12
35
+ python_version_2 : 3.11.13
36
36
secrets : inherit
37
37
python-pytorch :
38
38
needs : [python-minimal]
42
42
context : python-pytorch
43
43
base_image : python-minimal
44
44
python_version_1 : 3.12.9
45
- python_version_2 : 3.11.12
45
+ python_version_2 : 3.11.13
46
46
secrets : inherit
47
47
python-tensorflow :
48
48
needs : [python-minimal]
52
52
context : python-tensorflow
53
53
base_image : python-minimal
54
54
python_version_1 : 3.12.9
55
- python_version_2 : 3.11.12
55
+ python_version_2 : 3.11.13
56
56
secrets : inherit
57
57
r-minimal :
58
58
needs : [base]
82
82
context : jupyter
83
83
base_image : python-datascience
84
84
python_version_1 : 3.12.9
85
- python_version_2 : 3.11.12
85
+ python_version_2 : 3.11.13
86
86
secrets : inherit
87
87
vscode-python :
88
88
needs : [python-datascience]
92
92
context : vscode
93
93
base_image : python-datascience
94
94
python_version_1 : 3.12.9
95
- python_version_2 : 3.11.12
95
+ python_version_2 : 3.11.13
96
96
secrets : inherit
97
97
pyspark :
98
98
needs : [python-minimal]
@@ -102,7 +102,7 @@ jobs:
102
102
context : spark
103
103
base_image : python-minimal
104
104
python_version_1 : 3.12.9
105
- python_version_2 : 3.11.12
105
+ python_version_2 : 3.11.13
106
106
spark_version : 3.5.5
107
107
build_gpu : false
108
108
secrets : inherit
@@ -114,7 +114,7 @@ jobs:
114
114
context : jupyter
115
115
base_image : pyspark
116
116
python_version_1 : 3.12.9
117
- python_version_2 : 3.11.12
117
+ python_version_2 : 3.11.13
118
118
spark_version : 3.5.5
119
119
build_gpu : false
120
120
secrets : inherit
@@ -126,7 +126,7 @@ jobs:
126
126
context : vscode
127
127
base_image : pyspark
128
128
python_version_1 : 3.12.9
129
- python_version_2 : 3.11.12
129
+ python_version_2 : 3.11.13
130
130
spark_version : 3.5.5
131
131
build_gpu : false
132
132
secrets : inherit
@@ -138,7 +138,7 @@ jobs:
138
138
context : jupyter
139
139
base_image : python-pytorch
140
140
python_version_1 : 3.12.9
141
- python_version_2 : 3.11.12
141
+ python_version_2 : 3.11.13
142
142
secrets : inherit
143
143
vscode-pytorch :
144
144
needs : [python-pytorch]
@@ -148,7 +148,7 @@ jobs:
148
148
context : vscode
149
149
base_image : python-pytorch
150
150
python_version_1 : 3.12.9
151
- python_version_2 : 3.11.12
151
+ python_version_2 : 3.11.13
152
152
secrets : inherit
153
153
jupyter-tensorflow :
154
154
needs : [python-tensorflow]
@@ -158,7 +158,7 @@ jobs:
158
158
context : jupyter
159
159
base_image : python-tensorflow
160
160
python_version_1 : 3.12.9
161
- python_version_2 : 3.11.12
161
+ python_version_2 : 3.11.13
162
162
secrets : inherit
163
163
vscode-tensorflow :
164
164
needs : [python-tensorflow]
@@ -168,7 +168,7 @@ jobs:
168
168
context : vscode
169
169
base_image : python-tensorflow
170
170
python_version_1 : 3.12.9
171
- python_version_2 : 3.11.12
171
+ python_version_2 : 3.11.13
172
172
secrets : inherit
173
173
rstudio :
174
174
needs : [r-datascience]
0 commit comments