Skip to content

Commit 64b515a

Browse files
new parent image (#126)
1 parent 1be9375 commit 64b515a

File tree

3 files changed

+29
-29
lines changed

3 files changed

+29
-29
lines changed

gpu-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-cuda-requirements.txt
1616
# pydantic
17-
anyio==4.4.0
17+
anyio==4.6.2.post1
1818
# via
1919
# -r requirements/torch-cuda-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-cuda-requirements.txt
5050
# requests
@@ -72,11 +72,11 @@ exceptiongroup==1.2.2
7272
# via
7373
# -r requirements/torch-cuda-requirements.txt
7474
# anyio
75-
fastapi==0.110.3
75+
fastapi==0.115.2
7676
# via -r requirements/torch-cuda-requirements.txt
7777
fastavro==1.9.4
7878
# via cohere
79-
filelock==3.15.4
79+
filelock==3.16.1
8080
# via
8181
# -r requirements/torch-cuda-requirements.txt
8282
# huggingface-hub
@@ -86,7 +86,7 @@ frozenlist==1.4.1
8686
# via
8787
# aiohttp
8888
# aiosignal
89-
fsspec==2024.6.1
89+
fsspec==2024.9.0
9090
# via
9191
# -r requirements/torch-cuda-requirements.txt
9292
# huggingface-hub
@@ -102,13 +102,13 @@ httpx==0.27.0
102102
# via cohere
103103
httpx-sse==0.4.0
104104
# via cohere
105-
huggingface-hub==0.24.6
105+
huggingface-hub==0.25.2
106106
# via
107107
# -r requirements/torch-cuda-requirements.txt
108108
# sentence-transformers
109109
# tokenizers
110110
# transformers
111-
idna==3.8
111+
idna==3.10
112112
# via
113113
# -r requirements/torch-cuda-requirements.txt
114114
# anyio
@@ -138,7 +138,7 @@ marisa-trie==1.2.0
138138
# via language-data
139139
markdown-it-py==3.0.0
140140
# via rich
141-
markupsafe==2.1.5
141+
markupsafe==3.0.1
142142
# via
143143
# -r requirements/torch-cuda-requirements.txt
144144
# jinja2
@@ -201,7 +201,7 @@ preshed==3.0.9
201201
# thinc
202202
psycopg2-binary==2.9.9
203203
# via -r requirements/torch-cuda-requirements.txt
204-
pyaml==24.7.0
204+
pyaml==24.9.0
205205
# via
206206
# -r requirements/torch-cuda-requirements.txt
207207
# scikit-optimize
@@ -226,7 +226,7 @@ python-dateutil==2.9.0.post0
226226
# -r requirements/torch-cuda-requirements.txt
227227
# botocore
228228
# pandas
229-
pytz==2024.1
229+
pytz==2024.2
230230
# via
231231
# -r requirements/torch-cuda-requirements.txt
232232
# pandas
@@ -236,7 +236,7 @@ pyyaml==6.0.2
236236
# huggingface-hub
237237
# pyaml
238238
# transformers
239-
regex==2024.7.24
239+
regex==2024.9.11
240240
# via
241241
# -r requirements/torch-cuda-requirements.txt
242242
# transformers
@@ -256,7 +256,7 @@ s3transfer==0.6.2
256256
# via
257257
# -r requirements/torch-cuda-requirements.txt
258258
# boto3
259-
safetensors==0.4.4
259+
safetensors==0.4.5
260260
# via
261261
# -r requirements/torch-cuda-requirements.txt
262262
# transformers
@@ -305,11 +305,11 @@ srsly==2.4.8
305305
# spacy
306306
# thinc
307307
# weasel
308-
starlette==0.37.2
308+
starlette==0.40.0
309309
# via
310310
# -r requirements/torch-cuda-requirements.txt
311311
# fastapi
312-
sympy==1.13.2
312+
sympy==1.13.3
313313
# via
314314
# -r requirements/torch-cuda-requirements.txt
315315
# torch

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

33
WORKDIR /program
44

requirements/torch-cuda-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)