File tree 4 files changed +15
-5
lines changed
4 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 1
- FROM kernai/refinery-parent-images:v1.12.2 -torch-cpu
1
+ FROM kernai/refinery-parent-images:v1.13.0 -torch-cpu
2
2
3
3
RUN apt-get update && \
4
- apt-get install --no-install-recommends -y curl && \
4
+ apt-get install --no-install-recommends -y curl libgomp1 && \
5
5
rm -rf /var/lib/apt/lists/*
6
6
7
7
COPY requirements.txt .
Original file line number Diff line number Diff line change @@ -68,17 +68,21 @@ joblib==1.3.2
68
68
# -r requirements/torch-cpu-requirements.txt
69
69
# scikit-learn
70
70
# scikit-optimize
71
+ lightgbm == 4.1.0
72
+ # via -r requirements/requirements.in
71
73
minio == 7.1.12
72
74
# via -r requirements/torch-cpu-requirements.txt
73
75
numpy == 1.23.4
74
76
# via
75
77
# -r requirements/torch-cpu-requirements.txt
78
+ # lightgbm
76
79
# pandas
77
80
# scikit-learn
78
81
# scikit-optimize
79
82
# scipy
80
83
# sequencelearn
81
84
# transformers
85
+ # xgboost
82
86
packaging == 23.1
83
87
# via
84
88
# -r requirements/torch-cpu-requirements.txt
@@ -138,9 +142,11 @@ scikit-optimize==0.9.0
138
142
scipy == 1.11.2
139
143
# via
140
144
# -r requirements/torch-cpu-requirements.txt
145
+ # lightgbm
141
146
# scikit-learn
142
147
# scikit-optimize
143
148
# sequencelearn
149
+ # xgboost
144
150
sequencelearn == 0.0.9
145
151
# via -r requirements/requirements.in
146
152
six == 1.16.0
@@ -183,11 +189,13 @@ typing-extensions==4.8.0
183
189
# pydantic
184
190
# starlette
185
191
# torch
186
- urllib3 == 1.26.16
192
+ urllib3 == 1.26.18
187
193
# via
188
194
# -r requirements/torch-cpu-requirements.txt
189
195
# botocore
190
196
# minio
191
197
# requests
192
198
uvicorn == 0.22.0
193
199
# via -r requirements/torch-cpu-requirements.txt
200
+ xgboost == 2.0.1
201
+ # via -r requirements/requirements.in
Original file line number Diff line number Diff line change 2
2
#included in base requirements since 1.8.2 because of scikit-optimize
3
3
# scikit-learn==1.2.1
4
4
# scipy==1.9.0
5
- sequencelearn==0.0.9
5
+ sequencelearn==0.0.9
6
+ xgboost==2.0.1
7
+ lightgbm==4.1.0
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ typing-extensions==4.8.0
130
130
# pydantic
131
131
# starlette
132
132
# torch
133
- urllib3==1.26.16
133
+ urllib3==1.26.18
134
134
# via
135
135
# botocore
136
136
# minio
You can’t perform that action at this time.
0 commit comments