Skip to content

Commit 1be9375

Browse files
new parent image (#125)
1 parent 3606ce4 commit 1be9375

File tree

4 files changed

+30
-30
lines changed

4 files changed

+30
-30
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.2-torch-cpu
1+
FROM kernai/refinery-parent-images:v1.19.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.18.2-torch-cpu
1+
FROM kernai/refinery-parent-images:v1.19.0-torch-cpu
22

33
WORKDIR /app
44

requirements.txt

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ annotated-types==0.7.0
1414
# via
1515
# -r requirements/torch-cpu-requirements.txt
1616
# pydantic
17-
anyio==4.4.0
17+
anyio==4.6.2.post1
1818
# via
1919
# -r requirements/torch-cpu-requirements.txt
2020
# httpx
@@ -44,7 +44,7 @@ certifi==2024.8.30
4444
# httpx
4545
# minio
4646
# requests
47-
charset-normalizer==3.3.2
47+
charset-normalizer==3.4.0
4848
# via
4949
# -r requirements/torch-cpu-requirements.txt
5050
# requests
@@ -73,11 +73,11 @@ exceptiongroup==1.2.2
7373
# via
7474
# -r requirements/torch-cpu-requirements.txt
7575
# anyio
76-
fastapi==0.110.3
76+
fastapi==0.115.2
7777
# via -r requirements/torch-cpu-requirements.txt
7878
fastavro==1.9.4
7979
# via cohere
80-
filelock==3.15.4
80+
filelock==3.16.1
8181
# via
8282
# -r requirements/torch-cpu-requirements.txt
8383
# huggingface-hub
@@ -87,7 +87,7 @@ frozenlist==1.4.1
8787
# via
8888
# aiohttp
8989
# aiosignal
90-
fsspec==2024.6.1
90+
fsspec==2024.9.0
9191
# via
9292
# -r requirements/torch-cpu-requirements.txt
9393
# huggingface-hub
@@ -103,13 +103,13 @@ httpx==0.27.0
103103
# via cohere
104104
httpx-sse==0.4.0
105105
# via cohere
106-
huggingface-hub==0.24.6
106+
huggingface-hub==0.25.2
107107
# via
108108
# -r requirements/torch-cpu-requirements.txt
109109
# sentence-transformers
110110
# tokenizers
111111
# transformers
112-
idna==3.8
112+
idna==3.10
113113
# via
114114
# -r requirements/torch-cpu-requirements.txt
115115
# anyio
@@ -140,7 +140,7 @@ marisa-trie==1.2.0
140140
# via language-data
141141
markdown-it-py==3.0.0
142142
# via rich
143-
markupsafe==2.1.5
143+
markupsafe==3.0.1
144144
# via
145145
# -r requirements/torch-cpu-requirements.txt
146146
# jinja2
@@ -203,7 +203,7 @@ preshed==3.0.9
203203
# thinc
204204
psycopg2-binary==2.9.9
205205
# via -r requirements/torch-cpu-requirements.txt
206-
pyaml==24.7.0
206+
pyaml==24.9.0
207207
# via
208208
# -r requirements/torch-cpu-requirements.txt
209209
# scikit-optimize
@@ -228,7 +228,7 @@ python-dateutil==2.9.0.post0
228228
# -r requirements/torch-cpu-requirements.txt
229229
# botocore
230230
# pandas
231-
pytz==2024.1
231+
pytz==2024.2
232232
# via
233233
# -r requirements/torch-cpu-requirements.txt
234234
# pandas
@@ -238,7 +238,7 @@ pyyaml==6.0.2
238238
# huggingface-hub
239239
# pyaml
240240
# transformers
241-
regex==2024.7.24
241+
regex==2024.9.11
242242
# via
243243
# -r requirements/torch-cpu-requirements.txt
244244
# nltk
@@ -259,7 +259,7 @@ s3transfer==0.6.2
259259
# via
260260
# -r requirements/torch-cpu-requirements.txt
261261
# boto3
262-
safetensors==0.4.4
262+
safetensors==0.4.5
263263
# via
264264
# -r requirements/torch-cpu-requirements.txt
265265
# transformers
@@ -312,11 +312,11 @@ srsly==2.4.8
312312
# spacy
313313
# thinc
314314
# weasel
315-
starlette==0.37.2
315+
starlette==0.40.0
316316
# via
317317
# -r requirements/torch-cpu-requirements.txt
318318
# fastapi
319-
sympy==1.13.2
319+
sympy==1.13.3
320320
# via
321321
# -r requirements/torch-cpu-requirements.txt
322322
# torch

requirements/torch-cpu-requirements.txt

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
annotated-types==0.7.0
1010
# via pydantic
11-
anyio==4.4.0
11+
anyio==4.6.2.post1
1212
# via starlette
1313
boto3==1.25.0
1414
# via -r common-requirements.in
@@ -20,30 +20,30 @@ certifi==2024.8.30
2020
# via
2121
# minio
2222
# requests
23-
charset-normalizer==3.3.2
23+
charset-normalizer==3.4.0
2424
# via requests
2525
click==8.1.7
2626
# via uvicorn
2727
exceptiongroup==1.2.2
2828
# via anyio
29-
fastapi==0.110.3
29+
fastapi==0.115.2
3030
# via -r mini-requirements.in
31-
filelock==3.15.4
31+
filelock==3.16.1
3232
# via
3333
# huggingface-hub
3434
# torch
3535
# transformers
36-
fsspec==2024.6.1
36+
fsspec==2024.9.0
3737
# via
3838
# huggingface-hub
3939
# torch
4040
h11==0.14.0
4141
# via uvicorn
42-
huggingface-hub==0.24.6
42+
huggingface-hub==0.25.2
4343
# via
4444
# tokenizers
4545
# transformers
46-
idna==3.8
46+
idna==3.10
4747
# via
4848
# anyio
4949
# requests
@@ -57,7 +57,7 @@ joblib==1.4.2
5757
# via
5858
# scikit-learn
5959
# scikit-optimize
60-
markupsafe==2.1.5
60+
markupsafe==3.0.1
6161
# via jinja2
6262
minio==7.1.12
6363
# via -r common-requirements.in
@@ -81,7 +81,7 @@ pandas==1.5.1
8181
# via -r common-requirements.in
8282
psycopg2-binary==2.9.9
8383
# via -r common-requirements.in
84-
pyaml==24.7.0
84+
pyaml==24.9.0
8585
# via scikit-optimize
8686
pydantic==2.7.4
8787
# via
@@ -93,14 +93,14 @@ python-dateutil==2.9.0.post0
9393
# via
9494
# botocore
9595
# pandas
96-
pytz==2024.1
96+
pytz==2024.2
9797
# via pandas
9898
pyyaml==6.0.2
9999
# via
100100
# huggingface-hub
101101
# pyaml
102102
# transformers
103-
regex==2024.7.24
103+
regex==2024.9.11
104104
# via transformers
105105
requests==2.31.0
106106
# via
@@ -109,7 +109,7 @@ requests==2.31.0
109109
# transformers
110110
s3transfer==0.6.2
111111
# via boto3
112-
safetensors==0.4.4
112+
safetensors==0.4.5
113113
# via transformers
114114
scikit-learn==1.1.2
115115
# via
@@ -127,9 +127,9 @@ sniffio==1.3.1
127127
# via anyio
128128
sqlalchemy==1.4.42
129129
# via -r common-requirements.in
130-
starlette==0.37.2
130+
starlette==0.40.0
131131
# via fastapi
132-
sympy==1.13.2
132+
sympy==1.13.3
133133
# via torch
134134
threadpoolctl==3.5.0
135135
# via scikit-learn

0 commit comments

Comments
 (0)