Skip to content

Commit e50dadb

Browse files
new parent image (#142)
1 parent e53a93b commit e50dadb

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
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.20.0-torch-cpu
1+
FROM kernai/refinery-parent-images:v1.21.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.20.0-torch-cpu
1+
FROM kernai/refinery-parent-images:v1.21.1-torch-cpu
22

33
WORKDIR /app
44

requirements/torch-cpu-requirements.txt

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

99
annotated-types==0.7.0
1010
# via pydantic
11-
anyio==4.6.2.post1
11+
anyio==4.8.0
1212
# via starlette
1313
boto3==1.25.0
1414
# via -r common-requirements.in
1515
botocore==1.28.5
1616
# via
1717
# boto3
1818
# s3transfer
19-
certifi==2024.8.30
19+
certifi==2025.1.31
2020
# via
2121
# minio
2222
# requests
23-
charset-normalizer==3.4.0
23+
charset-normalizer==3.4.1
2424
# via requests
25-
click==8.1.7
25+
click==8.1.8
2626
# via uvicorn
2727
exceptiongroup==1.2.2
2828
# via anyio
2929
fastapi==0.115.2
3030
# via -r mini-requirements.in
31-
filelock==3.16.1
31+
filelock==3.17.0
3232
# via
3333
# huggingface-hub
3434
# torch
3535
# transformers
36-
fsspec==2024.10.0
36+
fsspec==2025.3.0
3737
# via
3838
# huggingface-hub
3939
# torch
4040
h11==0.14.0
4141
# via uvicorn
42-
# huggingface-hub==0.26.2
42+
huggingface-hub==0.29.3
4343
# via
4444
# tokenizers
4545
# transformers
4646
idna==3.10
4747
# via
4848
# anyio
4949
# requests
50-
jinja2==3.1.4
50+
jinja2==3.1.6
5151
# via torch
5252
jmespath==1.0.1
5353
# via
@@ -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.9.0
84+
pyaml==25.1.0
8585
# via scikit-optimize
8686
pydantic==2.7.4
8787
# via
@@ -93,7 +93,7 @@ python-dateutil==2.9.0.post0
9393
# via
9494
# botocore
9595
# pandas
96-
pytz==2024.2
96+
pytz==2025.1
9797
# via pandas
9898
pyyaml==6.0.2
9999
# via
@@ -109,7 +109,7 @@ requests==2.31.0
109109
# transformers
110110
s3transfer==0.6.2
111111
# via boto3
112-
safetensors==0.4.5
112+
safetensors==0.5.3
113113
# via transformers
114114
scikit-learn==1.1.2
115115
# via
@@ -121,7 +121,7 @@ scipy==1.13.1
121121
# via
122122
# scikit-learn
123123
# scikit-optimize
124-
six==1.16.0
124+
six==1.17.0
125125
# via python-dateutil
126126
sniffio==1.3.1
127127
# via anyio

0 commit comments

Comments
 (0)