Skip to content

Commit bfb0a50

Browse files
new parent image (#99)
1 parent 1ced8f1 commit bfb0a50

File tree

4 files changed

+89
-31
lines changed

4 files changed

+89
-31
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.15.0-torch-cpu
1+
FROM kernai/refinery-parent-images:v1.16.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.15.0-torch-cpu
1+
FROM kernai/refinery-parent-images:v1.16.0-torch-cpu
22

33
WORKDIR /app
44

Lines changed: 86 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,86 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.10
2+
# This file is autogenerated by pip-compile with Python 3.9
33
# by the following command:
44
#
55
# pip-compile torch-cpu-requirements.in
66
#
77
--extra-index-url https://download.pytorch.org/whl/cpu
88

9-
anyio==4.3.0
10-
# via starlette
9+
anyio==4.4.0
10+
# via
11+
# httpx
12+
# starlette
13+
# watchfiles
1114
boto3==1.25.0
1215
# via -r common-requirements.in
1316
botocore==1.28.5
1417
# via
1518
# boto3
1619
# s3transfer
17-
certifi==2024.2.2
20+
certifi==2024.6.2
1821
# via
22+
# httpcore
23+
# httpx
1924
# minio
2025
# requests
2126
charset-normalizer==3.3.2
2227
# via requests
2328
click==8.1.7
24-
# via uvicorn
25-
exceptiongroup==1.2.0
29+
# via
30+
# typer
31+
# uvicorn
32+
dnspython==2.6.1
33+
# via email-validator
34+
email-validator==2.1.1
35+
# via fastapi
36+
exceptiongroup==1.2.1
2637
# via anyio
27-
fastapi==0.110.0
38+
fastapi==0.111.0
2839
# via -r mini-requirements.in
29-
filelock==3.13.4
40+
fastapi-cli==0.0.4
41+
# via fastapi
42+
filelock==3.14.0
3043
# via
3144
# huggingface-hub
3245
# transformers
33-
fsspec==2024.3.1
46+
fsspec==2024.5.0
3447
# via huggingface-hub
35-
greenlet==3.0.3
36-
# via sqlalchemy
3748
h11==0.14.0
49+
# via
50+
# httpcore
51+
# uvicorn
52+
httpcore==1.0.5
53+
# via httpx
54+
httptools==0.6.1
3855
# via uvicorn
39-
huggingface-hub==0.22.2
56+
httpx==0.27.0
57+
# via fastapi
58+
huggingface-hub==0.23.2
4059
# via
4160
# tokenizers
4261
# transformers
4362
idna==3.7
4463
# via
4564
# anyio
65+
# email-validator
66+
# httpx
4667
# requests
68+
jinja2==3.1.4
69+
# via fastapi
4770
jmespath==1.0.1
4871
# via
4972
# boto3
5073
# botocore
51-
joblib==1.4.0
74+
joblib==1.4.2
5275
# via
5376
# scikit-learn
5477
# scikit-optimize
78+
markdown-it-py==3.0.0
79+
# via rich
80+
markupsafe==2.1.5
81+
# via jinja2
82+
mdurl==0.1.2
83+
# via markdown-it-py
5584
minio==7.1.12
5685
# via -r common-requirements.in
5786
numpy==1.23.4
@@ -62,6 +91,8 @@ numpy==1.23.4
6291
# scikit-optimize
6392
# scipy
6493
# transformers
94+
orjson==3.10.3
95+
# via fastapi
6596
packaging==24.0
6697
# via
6798
# huggingface-hub
@@ -70,75 +101,102 @@ pandas==1.5.1
70101
# via -r common-requirements.in
71102
psycopg2-binary==2.9.9
72103
# via -r common-requirements.in
73-
pyaml==23.12.0
104+
pyaml==24.4.0
74105
# via scikit-optimize
75-
pydantic==1.10.8
106+
pydantic==1.10.13
76107
# via
77108
# -r mini-requirements.in
78109
# fastapi
110+
pygments==2.18.0
111+
# via rich
79112
python-dateutil==2.9.0.post0
80113
# via
81114
# botocore
82115
# pandas
116+
python-dotenv==1.0.1
117+
# via uvicorn
118+
python-multipart==0.0.9
119+
# via fastapi
83120
pytz==2024.1
84121
# via pandas
85122
pyyaml==6.0.1
86123
# via
87124
# huggingface-hub
88125
# pyaml
89126
# transformers
90-
regex==2023.12.25
127+
# uvicorn
128+
regex==2024.5.15
91129
# via transformers
92-
requests==2.31.0
130+
requests==2.32.0
93131
# via
94132
# -r mini-requirements.in
95133
# huggingface-hub
96134
# transformers
135+
rich==13.7.1
136+
# via typer
97137
s3transfer==0.6.2
98138
# via boto3
99-
safetensors==0.4.2
139+
safetensors==0.4.3
100140
# via transformers
101141
scikit-learn==1.1.2
102142
# via
103143
# -r torch-cpu-requirements.in
104144
# scikit-optimize
105145
scikit-optimize==0.9.0
106146
# via -r torch-cpu-requirements.in
107-
scipy==1.13.0
147+
scipy==1.13.1
108148
# via
109149
# scikit-learn
110150
# scikit-optimize
151+
shellingham==1.5.4
152+
# via typer
111153
six==1.16.0
112154
# via python-dateutil
113155
sniffio==1.3.1
114-
# via anyio
156+
# via
157+
# anyio
158+
# httpx
115159
sqlalchemy==1.4.42
116160
# via -r common-requirements.in
117-
starlette==0.36.3
161+
starlette==0.37.2
118162
# via fastapi
119-
threadpoolctl==3.4.0
163+
threadpoolctl==3.5.0
120164
# via scikit-learn
121-
tokenizers==0.15.2
165+
tokenizers==0.19.1
122166
# via transformers
123167
torch==1.13.1
124168
# via -r torch-cpu-requirements.in
125-
tqdm==4.66.2
169+
tqdm==4.66.4
126170
# via
127171
# huggingface-hub
128172
# transformers
129-
transformers==4.38.2
173+
transformers==4.41.2
130174
# via -r torch-cpu-requirements.in
131-
typing-extensions==4.11.0
175+
typer==0.12.3
176+
# via fastapi-cli
177+
typing-extensions==4.12.1
132178
# via
133179
# anyio
134180
# fastapi
135181
# huggingface-hub
136182
# pydantic
183+
# starlette
137184
# torch
185+
# typer
186+
ujson==5.10.0
187+
# via fastapi
138188
urllib3==1.26.18
139189
# via
140190
# botocore
141191
# minio
142192
# requests
143-
uvicorn==0.22.0
144-
# via -r mini-requirements.in
193+
uvicorn[standard]==0.22.0
194+
# via
195+
# -r mini-requirements.in
196+
# fastapi
197+
uvloop==0.19.0
198+
# via uvicorn
199+
watchfiles==0.22.0
200+
# via uvicorn
201+
websockets==12.0
202+
# via uvicorn

0 commit comments

Comments
 (0)