Skip to content

Commit 98c5025

Browse files
authored
test: parent image updates (#157)
1 parent 3d6ef01 commit 98c5025

File tree

7 files changed

+23
-19
lines changed

7 files changed

+23
-19
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.23.0-torch-cpu
1+
FROM kernai/refinery-parent-images:v2.0.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.23.0-torch-cpu
1+
FROM kernai/refinery-parent-images:v2.0.0-torch-cpu
22

33
WORKDIR /app
44

gpu-requirements.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ blis==0.7.11
3434
# via thinc
3535
boto3==1.39.6
3636
# via -r /home/runner/work/refinery-submodule-parent-images/refinery-submodule-parent-images/refinery-embedder/requirements/torch-cuda-requirements.txt
37-
botocore==1.39.6
37+
botocore==1.39.10
3838
# via
3939
# -r /home/runner/work/refinery-submodule-parent-images/refinery-submodule-parent-images/refinery-embedder/requirements/torch-cuda-requirements.txt
4040
# boto3
@@ -73,7 +73,7 @@ cymem==2.0.11
7373
# preshed
7474
# spacy
7575
# thinc
76-
fastapi==0.115.2
76+
fastapi==0.116.1
7777
# via -r /home/runner/work/refinery-submodule-parent-images/refinery-submodule-parent-images/refinery-embedder/requirements/torch-cuda-requirements.txt
7878
filelock==3.18.0
7979
# via
@@ -290,7 +290,7 @@ requests==2.32.4
290290
# weasel
291291
rich==14.0.0
292292
# via typer
293-
s3transfer==0.13.0
293+
s3transfer==0.13.1
294294
# via
295295
# -r /home/runner/work/refinery-submodule-parent-images/refinery-submodule-parent-images/refinery-embedder/requirements/torch-cuda-requirements.txt
296296
# boto3
@@ -339,7 +339,7 @@ srsly==2.5.1
339339
# spacy
340340
# thinc
341341
# weasel
342-
starlette==0.40.0
342+
starlette==0.47.2
343343
# via
344344
# -r /home/runner/work/refinery-submodule-parent-images/refinery-submodule-parent-images/refinery-embedder/requirements/torch-cuda-requirements.txt
345345
# fastapi
@@ -393,6 +393,7 @@ typing-extensions==4.14.1
393393
# pydantic
394394
# pydantic-core
395395
# sentence-transformers
396+
# starlette
396397
# torch
397398
# typer
398399
urllib3==2.5.0

gpu.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.23.0-torch-cuda
1+
FROM kernai/refinery-parent-images:v2.0.0-torch-cuda
22

33
WORKDIR /program
44

requirements.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ blis==0.7.11
3434
# via thinc
3535
boto3==1.39.6
3636
# via -r /home/runner/work/refinery-submodule-parent-images/refinery-submodule-parent-images/refinery-embedder/requirements/torch-cpu-requirements.txt
37-
botocore==1.39.6
37+
botocore==1.39.10
3838
# via
3939
# -r /home/runner/work/refinery-submodule-parent-images/refinery-submodule-parent-images/refinery-embedder/requirements/torch-cpu-requirements.txt
4040
# boto3
@@ -73,7 +73,7 @@ cymem==2.0.11
7373
# preshed
7474
# spacy
7575
# thinc
76-
fastapi==0.115.2
76+
fastapi==0.116.1
7777
# via -r /home/runner/work/refinery-submodule-parent-images/refinery-submodule-parent-images/refinery-embedder/requirements/torch-cpu-requirements.txt
7878
filelock==3.18.0
7979
# via
@@ -253,7 +253,7 @@ requests==2.32.4
253253
# weasel
254254
rich==14.0.0
255255
# via typer
256-
s3transfer==0.13.0
256+
s3transfer==0.13.1
257257
# via
258258
# -r /home/runner/work/refinery-submodule-parent-images/refinery-submodule-parent-images/refinery-embedder/requirements/torch-cpu-requirements.txt
259259
# boto3
@@ -302,7 +302,7 @@ srsly==2.5.1
302302
# spacy
303303
# thinc
304304
# weasel
305-
starlette==0.40.0
305+
starlette==0.47.2
306306
# via
307307
# -r /home/runner/work/refinery-submodule-parent-images/refinery-submodule-parent-images/refinery-embedder/requirements/torch-cpu-requirements.txt
308308
# fastapi
@@ -354,6 +354,7 @@ typing-extensions==4.14.1
354354
# pydantic
355355
# pydantic-core
356356
# sentence-transformers
357+
# starlette
357358
# torch
358359
# typer
359360
urllib3==2.5.0

requirements/torch-cpu-requirements.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ argon2-cffi-bindings==21.2.0
1616
# via argon2-cffi
1717
boto3==1.39.6
1818
# via -r common-requirements.in
19-
botocore==1.39.6
19+
botocore==1.39.10
2020
# via
2121
# boto3
2222
# s3transfer
@@ -30,7 +30,7 @@ charset-normalizer==3.4.2
3030
# via requests
3131
click==8.2.1
3232
# via uvicorn
33-
fastapi==0.115.2
33+
fastapi==0.116.1
3434
# via -r mini-requirements.in
3535
filelock==3.18.0
3636
# via
@@ -117,7 +117,7 @@ requests==2.32.4
117117
# -r mini-requirements.in
118118
# huggingface-hub
119119
# transformers
120-
s3transfer==0.13.0
120+
s3transfer==0.13.1
121121
# via boto3
122122
safetensors==0.5.3
123123
# via transformers
@@ -137,7 +137,7 @@ sniffio==1.3.1
137137
# via anyio
138138
sqlalchemy==1.4.42
139139
# via -r common-requirements.in
140-
starlette==0.40.0
140+
starlette==0.47.2
141141
# via fastapi
142142
sympy==1.14.0
143143
# via torch
@@ -161,6 +161,7 @@ typing-extensions==4.14.1
161161
# minio
162162
# pydantic
163163
# pydantic-core
164+
# starlette
164165
# torch
165166
urllib3==2.5.0
166167
# via

requirements/torch-cuda-requirements.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ argon2-cffi-bindings==21.2.0
1616
# via argon2-cffi
1717
boto3==1.39.6
1818
# via -r common-requirements.in
19-
botocore==1.39.6
19+
botocore==1.39.10
2020
# via
2121
# boto3
2222
# s3transfer
@@ -30,7 +30,7 @@ charset-normalizer==3.4.2
3030
# via requests
3131
click==8.2.1
3232
# via uvicorn
33-
fastapi==0.115.2
33+
fastapi==0.116.1
3434
# via -r mini-requirements.in
3535
filelock==3.18.0
3636
# via
@@ -117,7 +117,7 @@ requests==2.32.4
117117
# -r mini-requirements.in
118118
# huggingface-hub
119119
# transformers
120-
s3transfer==0.13.0
120+
s3transfer==0.13.1
121121
# via boto3
122122
safetensors==0.5.3
123123
# via transformers
@@ -137,7 +137,7 @@ sniffio==1.3.1
137137
# via anyio
138138
sqlalchemy==1.4.42
139139
# via -r common-requirements.in
140-
starlette==0.40.0
140+
starlette==0.47.2
141141
# via fastapi
142142
sympy==1.14.0
143143
# via torch
@@ -161,6 +161,7 @@ typing-extensions==4.14.1
161161
# minio
162162
# pydantic
163163
# pydantic-core
164+
# starlette
164165
# torch
165166
urllib3==2.5.0
166167
# via

0 commit comments

Comments
 (0)