Skip to content

Commit 2785c7b

Browse files
authored
new parent image (#29)
1 parent 772d956 commit 2785c7b

File tree

4 files changed

+41
-35
lines changed

4 files changed

+41
-35
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.8.0-torch-cpu
1+
FROM kernai/refinery-parent-images:v1.8.1-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.8.0-torch-cpu
1+
FROM kernai/refinery-parent-images:v1.8.1-torch-cpu
22

33
WORKDIR /app
44

requirements.txt

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
2-
# This file is autogenerated by pip-compile with python 3.9
3-
# To update, run:
2+
# This file is autogenerated by pip-compile with Python 3.9
3+
# by the following command:
44
#
55
# pip-compile --output-file=requirements.txt requirements/requirements.in
66
#
@@ -48,18 +48,22 @@ cymem==2.0.7
4848
# thinc
4949
embedders==0.0.18
5050
# via -r requirements/requirements.in
51-
fastapi==0.85.1
51+
fastapi==0.92.0
5252
# via -r requirements/torch-cpu-requirements.txt
53-
filelock==3.8.2
53+
filelock==3.9.0
5454
# via
5555
# -r requirements/torch-cpu-requirements.txt
5656
# huggingface-hub
5757
# transformers
58+
greenlet==2.0.2
59+
# via
60+
# -r requirements/torch-cpu-requirements.txt
61+
# sqlalchemy
5862
h11==0.14.0
5963
# via
6064
# -r requirements/torch-cpu-requirements.txt
6165
# uvicorn
62-
huggingface-hub==0.11.1
66+
huggingface-hub==0.12.1
6367
# via
6468
# -r requirements/torch-cpu-requirements.txt
6569
# sentence-transformers
@@ -106,7 +110,7 @@ numpy==1.23.4
106110
# thinc
107111
# torchvision
108112
# transformers
109-
packaging==22.0
113+
packaging==23.0
110114
# via
111115
# -r requirements/torch-cpu-requirements.txt
112116
# huggingface-hub
@@ -136,7 +140,7 @@ python-dateutil==2.8.2
136140
# -r requirements/torch-cpu-requirements.txt
137141
# botocore
138142
# pandas
139-
pytz==2022.6
143+
pytz==2022.7.1
140144
# via
141145
# -r requirements/torch-cpu-requirements.txt
142146
# pandas
@@ -198,7 +202,7 @@ srsly==2.4.5
198202
# confection
199203
# spacy
200204
# thinc
201-
starlette==0.20.4
205+
starlette==0.25.0
202206
# via
203207
# -r requirements/torch-cpu-requirements.txt
204208
# fastapi
@@ -238,15 +242,15 @@ typer==0.4.2
238242
# via
239243
# pathy
240244
# spacy
241-
typing-extensions==4.4.0
245+
typing-extensions==4.5.0
242246
# via
243247
# -r requirements/torch-cpu-requirements.txt
244248
# huggingface-hub
245249
# pydantic
246250
# starlette
247251
# torch
248252
# torchvision
249-
urllib3==1.26.13
253+
urllib3==1.26.14
250254
# via
251255
# -r requirements/torch-cpu-requirements.txt
252256
# botocore
Lines changed: 25 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
#
2-
# This file is autogenerated by pip-compile with python 3.9
3-
# To update, run:
2+
# This file is autogenerated by pip-compile with Python 3.9
3+
# by the following command:
44
#
5-
# pip-compile requirements/torch-cpu-requirements.in
5+
# pip-compile torch-cpu-requirements.in
66
#
77
--extra-index-url https://download.pytorch.org/whl/cpu
88

99
anyio==3.6.2
1010
# via starlette
1111
boto3==1.25.0
12-
# via -r requirements/common-requirements.in
12+
# via -r common-requirements.in
1313
botocore==1.28.5
1414
# via
1515
# boto3
@@ -22,15 +22,17 @@ charset-normalizer==2.1.1
2222
# via requests
2323
click==8.1.3
2424
# via uvicorn
25-
fastapi==0.85.1
26-
# via -r requirements/mini-requirements.in
27-
filelock==3.8.2
25+
fastapi==0.92.0
26+
# via -r mini-requirements.in
27+
filelock==3.9.0
2828
# via
2929
# huggingface-hub
3030
# transformers
31+
greenlet==2.0.2
32+
# via sqlalchemy
3133
h11==0.14.0
3234
# via uvicorn
33-
huggingface-hub==0.11.1
35+
huggingface-hub==0.12.1
3436
# via transformers
3537
idna==3.4
3638
# via
@@ -41,29 +43,29 @@ jmespath==1.0.1
4143
# boto3
4244
# botocore
4345
minio==7.1.12
44-
# via -r requirements/common-requirements.in
46+
# via -r common-requirements.in
4547
numpy==1.23.4
4648
# via
47-
# -r requirements/common-requirements.in
49+
# -r common-requirements.in
4850
# pandas
4951
# transformers
50-
packaging==22.0
52+
packaging==23.0
5153
# via
5254
# huggingface-hub
5355
# transformers
5456
pandas==1.5.1
55-
# via -r requirements/common-requirements.in
57+
# via -r common-requirements.in
5658
psycopg2-binary==2.9.4
57-
# via -r requirements/common-requirements.in
59+
# via -r common-requirements.in
5860
pydantic==1.10.2
5961
# via
60-
# -r requirements/mini-requirements.in
62+
# -r mini-requirements.in
6163
# fastapi
6264
python-dateutil==2.8.2
6365
# via
6466
# botocore
6567
# pandas
66-
pytz==2022.6
68+
pytz==2022.7.1
6769
# via pandas
6870
pyyaml==6.0
6971
# via
@@ -73,7 +75,7 @@ regex==2022.10.31
7375
# via transformers
7476
requests==2.28.1
7577
# via
76-
# -r requirements/mini-requirements.in
78+
# -r mini-requirements.in
7779
# huggingface-hub
7880
# transformers
7981
s3transfer==0.6.0
@@ -83,29 +85,29 @@ six==1.16.0
8385
sniffio==1.3.0
8486
# via anyio
8587
sqlalchemy==1.4.42
86-
# via -r requirements/common-requirements.in
87-
starlette==0.20.4
88+
# via -r common-requirements.in
89+
starlette==0.25.0
8890
# via fastapi
8991
tokenizers==0.13.2
9092
# via transformers
9193
torch==1.13.1
92-
# via -r requirements/torch-cpu-requirements.in
94+
# via -r torch-cpu-requirements.in
9395
tqdm==4.64.1
9496
# via
9597
# huggingface-hub
9698
# transformers
9799
transformers==4.23.1
98-
# via -r requirements/torch-cpu-requirements.in
99-
typing-extensions==4.4.0
100+
# via -r torch-cpu-requirements.in
101+
typing-extensions==4.5.0
100102
# via
101103
# huggingface-hub
102104
# pydantic
103105
# starlette
104106
# torch
105-
urllib3==1.26.13
107+
urllib3==1.26.14
106108
# via
107109
# botocore
108110
# minio
109111
# requests
110112
uvicorn==0.19.0
111-
# via -r requirements/mini-requirements.in
113+
# via -r mini-requirements.in

0 commit comments

Comments
 (0)