File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- FROM kernai/refinery-parent-images:v1.18.1 -torch-cpu
1
+ FROM kernai/refinery-parent-images:v1.18.2 -torch-cpu
2
2
3
3
RUN apt-get update && \
4
4
apt-get install --no-install-recommends -y curl libgomp1 && \
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ botocore==1.28.5
21
21
# -r requirements/torch-cpu-requirements.txt
22
22
# boto3
23
23
# s3transfer
24
- certifi == 2024.7.4
24
+ certifi == 2024.8.30
25
25
# via
26
26
# -r requirements/torch-cpu-requirements.txt
27
27
# minio
@@ -159,7 +159,7 @@ safetensors==0.4.4
159
159
# via
160
160
# -r requirements/torch-cpu-requirements.txt
161
161
# transformers
162
- scikit-learn == 1.5.0
162
+ scikit-learn == 1.1.2
163
163
# via
164
164
# -r requirements/torch-cpu-requirements.txt
165
165
# scikit-optimize
@@ -223,7 +223,7 @@ typing-extensions==4.12.2
223
223
# pydantic-core
224
224
# starlette
225
225
# torch
226
- urllib3 == 1.26.19
226
+ urllib3 == 1.26.20
227
227
# via
228
228
# -r requirements/torch-cpu-requirements.txt
229
229
# botocore
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ botocore==1.28.5
16
16
# via
17
17
# boto3
18
18
# s3transfer
19
- certifi==2024.7.4
19
+ certifi==2024.8.30
20
20
# via
21
21
# minio
22
22
# requests
@@ -111,7 +111,7 @@ s3transfer==0.6.2
111
111
# via boto3
112
112
safetensors==0.4.4
113
113
# via transformers
114
- scikit-learn==1.5.0
114
+ scikit-learn==1.1.2
115
115
# via
116
116
# -r torch-cpu-requirements.in
117
117
# scikit-optimize
@@ -152,7 +152,7 @@ typing-extensions==4.12.2
152
152
# pydantic-core
153
153
# starlette
154
154
# torch
155
- urllib3==1.26.19
155
+ urllib3==1.26.20
156
156
# via
157
157
# botocore
158
158
# minio
You can’t perform that action at this time.
0 commit comments