Skip to content

Commit 60842a2

Browse files
new parent image (#86)
* new parent image * upgrades pillow version --------- Co-authored-by: LennartSchmidtKern <[email protected]>
1 parent b61abdf commit 60842a2

File tree

6 files changed

+28
-25
lines changed

6 files changed

+28
-25
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.14.0-torch-cpu
1+
FROM kernai/refinery-parent-images:v1.15.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.14.0-torch-cpu
1+
FROM kernai/refinery-parent-images:v1.15.0-torch-cpu
22

33
WORKDIR /app
44

requirements.txt

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ exceptiongroup==1.2.0
6868
# anyio
6969
fastapi==0.110.0
7070
# via -r requirements/torch-cpu-requirements.txt
71-
filelock==3.13.1
71+
filelock==3.13.4
7272
# via
7373
# -r requirements/torch-cpu-requirements.txt
7474
# huggingface-hub
@@ -77,21 +77,23 @@ frozenlist==1.3.3
7777
# via
7878
# aiohttp
7979
# aiosignal
80-
fsspec==2024.2.0
80+
fsspec==2024.3.1
8181
# via
8282
# -r requirements/torch-cpu-requirements.txt
8383
# huggingface-hub
84+
greenlet==3.0.3
85+
# via -r requirements/torch-cpu-requirements.txt
8486
h11==0.14.0
8587
# via
8688
# -r requirements/torch-cpu-requirements.txt
8789
# uvicorn
88-
huggingface-hub==0.21.3
90+
huggingface-hub==0.22.2
8991
# via
9092
# -r requirements/torch-cpu-requirements.txt
9193
# sentence-transformers
9294
# tokenizers
9395
# transformers
94-
idna==3.6
96+
idna==3.7
9597
# via
9698
# -r requirements/torch-cpu-requirements.txt
9799
# anyio
@@ -104,7 +106,7 @@ jmespath==1.0.1
104106
# -r requirements/torch-cpu-requirements.txt
105107
# boto3
106108
# botocore
107-
joblib==1.3.2
109+
joblib==1.4.0
108110
# via
109111
# -r requirements/torch-cpu-requirements.txt
110112
# nltk
@@ -143,7 +145,7 @@ numpy==1.23.4
143145
# transformers
144146
openai==0.27.6
145147
# via embedders
146-
packaging==23.2
148+
packaging==24.0
147149
# via
148150
# -r requirements/torch-cpu-requirements.txt
149151
# huggingface-hub
@@ -153,7 +155,7 @@ pandas==1.5.1
153155
# via -r requirements/torch-cpu-requirements.txt
154156
pathy==0.6.2
155157
# via spacy
156-
pillow==10.2.0
158+
pillow==10.3.0
157159
# via torchvision
158160
preshed==3.0.8
159161
# via
@@ -217,7 +219,7 @@ scikit-learn==1.1.2
217219
# sentence-transformers
218220
scikit-optimize==0.9.0
219221
# via -r requirements/torch-cpu-requirements.txt
220-
scipy==1.12.0
222+
scipy==1.13.0
221223
# via
222224
# -r requirements/torch-cpu-requirements.txt
223225
# scikit-learn
@@ -258,7 +260,7 @@ starlette==0.36.3
258260
# fastapi
259261
thinc==8.1.5
260262
# via spacy
261-
threadpoolctl==3.3.0
263+
threadpoolctl==3.4.0
262264
# via
263265
# -r requirements/torch-cpu-requirements.txt
264266
# scikit-learn
@@ -295,7 +297,7 @@ typer==0.4.2
295297
# via
296298
# pathy
297299
# spacy
298-
typing-extensions==4.10.0
300+
typing-extensions==4.11.0
299301
# via
300302
# -r requirements/torch-cpu-requirements.txt
301303
# anyio

requirements/torch-cpu-requirements.txt

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.9
2+
# This file is autogenerated by pip-compile with Python 3.10
33
# by the following command:
44
#
55
# pip-compile torch-cpu-requirements.in
@@ -26,27 +26,29 @@ exceptiongroup==1.2.0
2626
# via anyio
2727
fastapi==0.110.0
2828
# via -r mini-requirements.in
29-
filelock==3.13.1
29+
filelock==3.13.4
3030
# via
3131
# huggingface-hub
3232
# transformers
33-
fsspec==2024.2.0
33+
fsspec==2024.3.1
3434
# via huggingface-hub
35+
greenlet==3.0.3
36+
# via sqlalchemy
3537
h11==0.14.0
3638
# via uvicorn
37-
huggingface-hub==0.21.3
39+
huggingface-hub==0.22.2
3840
# via
3941
# tokenizers
4042
# transformers
41-
idna==3.6
43+
idna==3.7
4244
# via
4345
# anyio
4446
# requests
4547
jmespath==1.0.1
4648
# via
4749
# boto3
4850
# botocore
49-
joblib==1.3.2
51+
joblib==1.4.0
5052
# via
5153
# scikit-learn
5254
# scikit-optimize
@@ -60,7 +62,7 @@ numpy==1.23.4
6062
# scikit-optimize
6163
# scipy
6264
# transformers
63-
packaging==23.2
65+
packaging==24.0
6466
# via
6567
# huggingface-hub
6668
# transformers
@@ -102,7 +104,7 @@ scikit-learn==1.1.2
102104
# scikit-optimize
103105
scikit-optimize==0.9.0
104106
# via -r torch-cpu-requirements.in
105-
scipy==1.12.0
107+
scipy==1.13.0
106108
# via
107109
# scikit-learn
108110
# scikit-optimize
@@ -114,7 +116,7 @@ sqlalchemy==1.4.42
114116
# via -r common-requirements.in
115117
starlette==0.36.3
116118
# via fastapi
117-
threadpoolctl==3.3.0
119+
threadpoolctl==3.4.0
118120
# via scikit-learn
119121
tokenizers==0.15.2
120122
# via transformers
@@ -126,13 +128,12 @@ tqdm==4.66.2
126128
# transformers
127129
transformers==4.38.2
128130
# via -r torch-cpu-requirements.in
129-
typing-extensions==4.10.0
131+
typing-extensions==4.11.0
130132
# via
131133
# anyio
132134
# fastapi
133135
# huggingface-hub
134136
# pydantic
135-
# starlette
136137
# torch
137138
urllib3==1.26.18
138139
# via

0 commit comments

Comments
 (0)