Skip to content

Commit 26bbab3

Browse files
new parent image (#146)
* new parent image * conflicts
1 parent b0f7eeb commit 26bbab3

File tree

4 files changed

+26
-22
lines changed

4 files changed

+26
-22
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.21.1-torch-cpu
1+
FROM kernai/refinery-parent-images:v1.22.0-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.21.1-torch-cpu
1+
FROM kernai/refinery-parent-images:v1.22.0-torch-cpu
22

33
WORKDIR /app
44

requirements/torch-cpu-requirements.txt

Lines changed: 23 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -8,38 +8,40 @@
88

99
annotated-types==0.7.0
1010
# via pydantic
11-
anyio==4.8.0
11+
anyio==4.9.0
1212
# via starlette
1313
boto3==1.25.0
1414
# via -r common-requirements.in
1515
botocore==1.28.5
1616
# via
1717
# boto3
1818
# s3transfer
19-
certifi==2025.1.31
19+
certifi==2025.6.15
2020
# via
2121
# minio
2222
# requests
23-
charset-normalizer==3.4.1
23+
charset-normalizer==3.4.2
2424
# via requests
2525
click==8.1.8
2626
# via uvicorn
27-
exceptiongroup==1.2.2
27+
exceptiongroup==1.3.0
2828
# via anyio
2929
fastapi==0.115.2
3030
# via -r mini-requirements.in
31-
filelock==3.17.0
31+
filelock==3.18.0
3232
# via
3333
# huggingface-hub
3434
# torch
3535
# transformers
36-
fsspec==2025.3.0
36+
fsspec==2025.5.1
3737
# via
3838
# huggingface-hub
3939
# torch
40-
h11==0.14.0
40+
h11==0.16.0
4141
# via uvicorn
42-
# huggingface-hub==0.29.3
42+
hf-xet==1.1.5
43+
# via huggingface-hub
44+
# huggingface-hub==0.33.2
4345
# via
4446
# tokenizers
4547
# transformers
@@ -53,7 +55,7 @@ jmespath==1.0.1
5355
# via
5456
# boto3
5557
# botocore
56-
joblib==1.4.2
58+
joblib==1.5.1
5759
# via
5860
# scikit-learn
5961
# scikit-optimize
@@ -73,15 +75,15 @@ numpy==1.23.4
7375
# scikit-optimize
7476
# scipy
7577
# transformers
76-
packaging==24.2
78+
packaging==25.0
7779
# via
7880
# huggingface-hub
7981
# transformers
8082
pandas==1.5.1
8183
# via -r common-requirements.in
8284
psycopg2-binary==2.9.9
8385
# via -r common-requirements.in
84-
pyaml==25.1.0
86+
pyaml==25.5.0
8587
# via scikit-optimize
8688
pydantic==2.7.4
8789
# via
@@ -93,7 +95,7 @@ python-dateutil==2.9.0.post0
9395
# via
9496
# botocore
9597
# pandas
96-
pytz==2025.1
98+
pytz==2025.2
9799
# via pandas
98100
pyyaml==6.0.2
99101
# via
@@ -129,33 +131,35 @@ sqlalchemy==1.4.42
129131
# via -r common-requirements.in
130132
starlette==0.40.0
131133
# via fastapi
132-
sympy==1.13.3
134+
sympy==1.14.0
133135
# via torch
134-
threadpoolctl==3.5.0
136+
threadpoolctl==3.6.0
135137
# via scikit-learn
136-
tokenizers==0.19.1
138+
tokenizers==0.21.2
137139
# via transformers
138-
torch==2.2.0
140+
torch==2.7.1
139141
# via -r torch-cpu-requirements.in
140142
tqdm==4.67.1
141143
# via
142144
# huggingface-hub
143145
# transformers
144-
transformers==4.41.2
146+
transformers==4.50.0
145147
# via -r torch-cpu-requirements.in
146-
typing-extensions==4.12.2
148+
typing-extensions==4.14.0
147149
# via
148150
# anyio
151+
# exceptiongroup
149152
# fastapi
150153
# huggingface-hub
151154
# pydantic
152155
# pydantic-core
153156
# starlette
154157
# torch
158+
# uvicorn
155159
urllib3==1.26.20
156160
# via
157161
# botocore
158162
# minio
159163
# requests
160-
uvicorn==0.22.0
164+
uvicorn==0.35.0
161165
# via -r mini-requirements.in

0 commit comments

Comments
 (0)