Skip to content

Commit eea2b94

Browse files
new parent image (#121)
1 parent 951b02c commit eea2b94

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM kernai/refinery-parent-images:v1.18.1-torch-cpu
1+
FROM kernai/refinery-parent-images:v1.18.2-torch-cpu
22

33
WORKDIR /program
44

dev.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM kernai/refinery-parent-images:v1.18.1-torch-cpu
1+
FROM kernai/refinery-parent-images:v1.18.2-torch-cpu
22

33
WORKDIR /app
44

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ catalogue==2.0.10
3737
# spacy
3838
# srsly
3939
# thinc
40-
certifi==2024.7.4
40+
certifi==2024.8.30
4141
# via
4242
# -r requirements/torch-cpu-requirements.txt
4343
# httpcore
@@ -263,7 +263,7 @@ safetensors==0.4.4
263263
# via
264264
# -r requirements/torch-cpu-requirements.txt
265265
# transformers
266-
scikit-learn==1.5.0
266+
scikit-learn==1.1.2
267267
# via
268268
# -r requirements/torch-cpu-requirements.txt
269269
# embedders
@@ -377,7 +377,7 @@ typing-extensions==4.12.2
377377
# starlette
378378
# torch
379379
# typer
380-
urllib3==1.26.19
380+
urllib3==1.26.20
381381
# via
382382
# -r requirements/torch-cpu-requirements.txt
383383
# botocore

requirements/torch-cpu-requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ botocore==1.28.5
1616
# via
1717
# boto3
1818
# s3transfer
19-
certifi==2024.7.4
19+
certifi==2024.8.30
2020
# via
2121
# minio
2222
# requests
@@ -111,7 +111,7 @@ s3transfer==0.6.2
111111
# via boto3
112112
safetensors==0.4.4
113113
# via transformers
114-
scikit-learn==1.5.0
114+
scikit-learn==1.1.2
115115
# via
116116
# -r torch-cpu-requirements.in
117117
# scikit-optimize
@@ -152,7 +152,7 @@ typing-extensions==4.12.2
152152
# pydantic-core
153153
# starlette
154154
# torch
155-
urllib3==1.26.19
155+
urllib3==1.26.20
156156
# via
157157
# botocore
158158
# minio

0 commit comments

Comments
 (0)