Skip to content

Commit ab1b4b5

Browse files
new parent image (#62)
1 parent 790536b commit ab1b4b5

File tree

4 files changed

+36
-34
lines changed

4 files changed

+36
-34
lines changed

gpu-requirements.txt

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ aiohttp==3.8.4
1212
# openai
1313
aiosignal==1.3.1
1414
# via aiohttp
15-
anyio==3.7.0
15+
anyio==4.0.0
1616
# via
1717
# -r requirements/torch-cuda-requirements.txt
1818
# starlette
@@ -36,17 +36,17 @@ catalogue==2.0.8
3636
# spacy
3737
# srsly
3838
# thinc
39-
certifi==2023.5.7
39+
certifi==2023.7.22
4040
# via
4141
# -r requirements/torch-cuda-requirements.txt
4242
# minio
4343
# requests
44-
charset-normalizer==3.1.0
44+
charset-normalizer==3.2.0
4545
# via
4646
# -r requirements/torch-cuda-requirements.txt
4747
# aiohttp
4848
# requests
49-
click==8.1.3
49+
click==8.1.7
5050
# via
5151
# -r requirements/torch-cuda-requirements.txt
5252
# nltk
@@ -63,13 +63,13 @@ cymem==2.0.7
6363
# thinc
6464
embedders==0.1.8
6565
# via -r requirements/gpu-requirements.in
66-
exceptiongroup==1.1.1
66+
exceptiongroup==1.1.3
6767
# via
6868
# -r requirements/torch-cuda-requirements.txt
6969
# anyio
7070
fastapi==0.95.2
7171
# via -r requirements/torch-cuda-requirements.txt
72-
filelock==3.12.2
72+
filelock==3.12.3
7373
# via
7474
# -r requirements/torch-cuda-requirements.txt
7575
# huggingface-hub
@@ -78,15 +78,15 @@ frozenlist==1.3.3
7878
# via
7979
# aiohttp
8080
# aiosignal
81-
fsspec==2023.6.0
81+
fsspec==2023.9.0
8282
# via
8383
# -r requirements/torch-cuda-requirements.txt
8484
# huggingface-hub
8585
h11==0.14.0
8686
# via
8787
# -r requirements/torch-cuda-requirements.txt
8888
# uvicorn
89-
huggingface-hub==0.15.1
89+
huggingface-hub==0.16.4
9090
# via
9191
# -r requirements/torch-cuda-requirements.txt
9292
# sentence-transformers
@@ -172,16 +172,16 @@ python-dateutil==2.8.2
172172
# -r requirements/torch-cuda-requirements.txt
173173
# botocore
174174
# pandas
175-
pytz==2023.3
175+
pytz==2023.3.post1
176176
# via
177177
# -r requirements/torch-cuda-requirements.txt
178178
# pandas
179-
pyyaml==6.0
179+
pyyaml==6.0.1
180180
# via
181181
# -r requirements/torch-cuda-requirements.txt
182182
# huggingface-hub
183183
# transformers
184-
regex==2023.6.3
184+
regex==2023.8.8
185185
# via
186186
# -r requirements/torch-cuda-requirements.txt
187187
# nltk
@@ -195,11 +195,11 @@ requests==2.31.0
195195
# spacy
196196
# torchvision
197197
# transformers
198-
s3transfer==0.6.1
198+
s3transfer==0.6.2
199199
# via
200200
# -r requirements/torch-cuda-requirements.txt
201201
# boto3
202-
safetensors==0.3.1
202+
safetensors==0.3.3
203203
# via
204204
# -r requirements/torch-cuda-requirements.txt
205205
# transformers
@@ -262,7 +262,7 @@ torchvision==0.14.1
262262
# via
263263
# -r requirements/gpu-requirements.in
264264
# sentence-transformers
265-
tqdm==4.65.0
265+
tqdm==4.66.1
266266
# via
267267
# -r requirements/torch-cuda-requirements.txt
268268
# embedders
@@ -281,9 +281,10 @@ typer==0.4.2
281281
# via
282282
# pathy
283283
# spacy
284-
typing-extensions==4.6.3
284+
typing-extensions==4.7.1
285285
# via
286286
# -r requirements/torch-cuda-requirements.txt
287+
# filelock
287288
# huggingface-hub
288289
# pydantic
289290
# starlette

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

33
WORKDIR /program
44

requirements/torch-cuda-requirements.txt

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,40 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.9
3-
# by the following command:
2+
# This file is autogenerated by pip-compile with python 3.9
3+
# To update, run:
44
#
55
# pip-compile torch-cuda-requirements.in
66
#
77
--extra-index-url https://download.pytorch.org/whl/cu113
88

9-
anyio==3.7.0
9+
anyio==4.0.0
1010
# via starlette
1111
boto3==1.25.0
1212
# via -r common-requirements.in
1313
botocore==1.28.5
1414
# via
1515
# boto3
1616
# s3transfer
17-
certifi==2023.5.7
17+
certifi==2023.7.22
1818
# via
1919
# minio
2020
# requests
21-
charset-normalizer==3.1.0
21+
charset-normalizer==3.2.0
2222
# via requests
23-
click==8.1.3
23+
click==8.1.7
2424
# via uvicorn
25-
exceptiongroup==1.1.1
25+
exceptiongroup==1.1.3
2626
# via anyio
2727
fastapi==0.95.2
2828
# via -r mini-requirements.in
29-
filelock==3.12.2
29+
filelock==3.12.3
3030
# via
3131
# huggingface-hub
3232
# transformers
33-
fsspec==2023.6.0
33+
fsspec==2023.9.0
3434
# via huggingface-hub
3535
h11==0.14.0
3636
# via uvicorn
37-
huggingface-hub==0.15.1
37+
huggingface-hub==0.16.4
3838
# via transformers
3939
idna==3.4
4040
# via
@@ -67,22 +67,22 @@ python-dateutil==2.8.2
6767
# via
6868
# botocore
6969
# pandas
70-
pytz==2023.3
70+
pytz==2023.3.post1
7171
# via pandas
72-
pyyaml==6.0
72+
pyyaml==6.0.1
7373
# via
7474
# huggingface-hub
7575
# transformers
76-
regex==2023.6.3
76+
regex==2023.8.8
7777
# via transformers
7878
requests==2.31.0
7979
# via
8080
# -r mini-requirements.in
8181
# huggingface-hub
8282
# transformers
83-
s3transfer==0.6.1
83+
s3transfer==0.6.2
8484
# via boto3
85-
safetensors==0.3.1
85+
safetensors==0.3.3
8686
# via transformers
8787
six==1.16.0
8888
# via python-dateutil
@@ -96,14 +96,15 @@ tokenizers==0.13.3
9696
# via transformers
9797
torch==1.13.1
9898
# via -r torch-cuda-requirements.in
99-
tqdm==4.65.0
99+
tqdm==4.66.1
100100
# via
101101
# huggingface-hub
102102
# transformers
103103
transformers==4.30.0
104104
# via -r torch-cuda-requirements.in
105-
typing-extensions==4.6.3
105+
typing-extensions==4.7.1
106106
# via
107+
# filelock
107108
# huggingface-hub
108109
# pydantic
109110
# starlette

submodules/model

0 commit comments

Comments
 (0)