Skip to content

Commit 5dee3d5

Browse files
new parent image (#35)
1 parent bf012fd commit 5dee3d5

File tree

3 files changed

+23
-17
lines changed

3 files changed

+23
-17
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.11.0-torch-cpu
1+
FROM kernai/refinery-parent-images:v1.12.0-torch-cpu
22

33
RUN apt-get update && \
44
apt-get install --no-install-recommends -y curl && \

requirements.txt

Lines changed: 12 additions & 8 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
#
@@ -36,20 +36,20 @@ exceptiongroup==1.1.1
3636
# anyio
3737
fastapi==0.95.2
3838
# via -r requirements/torch-cpu-requirements.txt
39-
filelock==3.12.0
39+
filelock==3.12.2
4040
# via
4141
# -r requirements/torch-cpu-requirements.txt
4242
# huggingface-hub
4343
# transformers
44-
fsspec==2023.5.0
44+
fsspec==2023.6.0
4545
# via
4646
# -r requirements/torch-cpu-requirements.txt
4747
# huggingface-hub
4848
h11==0.14.0
4949
# via
5050
# -r requirements/torch-cpu-requirements.txt
5151
# uvicorn
52-
huggingface-hub==0.14.1
52+
huggingface-hub==0.15.1
5353
# via
5454
# -r requirements/torch-cpu-requirements.txt
5555
# transformers
@@ -111,7 +111,7 @@ pyyaml==6.0
111111
# huggingface-hub
112112
# pyaml
113113
# transformers
114-
regex==2023.5.5
114+
regex==2023.6.3
115115
# via
116116
# -r requirements/torch-cpu-requirements.txt
117117
# transformers
@@ -124,6 +124,10 @@ s3transfer==0.6.1
124124
# via
125125
# -r requirements/torch-cpu-requirements.txt
126126
# boto3
127+
safetensors==0.3.1
128+
# via
129+
# -r requirements/torch-cpu-requirements.txt
130+
# transformers
127131
scikit-learn==1.2.2
128132
# via
129133
# -r requirements/torch-cpu-requirements.txt
@@ -170,9 +174,9 @@ tqdm==4.65.0
170174
# -r requirements/torch-cpu-requirements.txt
171175
# huggingface-hub
172176
# transformers
173-
transformers==4.23.1
177+
transformers==4.30.0
174178
# via -r requirements/torch-cpu-requirements.txt
175-
typing-extensions==4.6.2
179+
typing-extensions==4.6.3
176180
# via
177181
# -r requirements/torch-cpu-requirements.txt
178182
# huggingface-hub

requirements/torch-cpu-requirements.txt

Lines changed: 10 additions & 8 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 torch-cpu-requirements.in
66
#
@@ -26,15 +26,15 @@ exceptiongroup==1.1.1
2626
# via anyio
2727
fastapi==0.95.2
2828
# via -r mini-requirements.in
29-
filelock==3.12.0
29+
filelock==3.12.2
3030
# via
3131
# huggingface-hub
3232
# transformers
33-
fsspec==2023.5.0
33+
fsspec==2023.6.0
3434
# via huggingface-hub
3535
h11==0.14.0
3636
# via uvicorn
37-
huggingface-hub==0.14.1
37+
huggingface-hub==0.15.1
3838
# via transformers
3939
idna==3.4
4040
# via
@@ -83,7 +83,7 @@ pyyaml==6.0
8383
# huggingface-hub
8484
# pyaml
8585
# transformers
86-
regex==2023.5.5
86+
regex==2023.6.3
8787
# via transformers
8888
requests==2.31.0
8989
# via
@@ -92,6 +92,8 @@ requests==2.31.0
9292
# transformers
9393
s3transfer==0.6.1
9494
# via boto3
95+
safetensors==0.3.1
96+
# via transformers
9597
scikit-learn==1.2.2
9698
# via scikit-optimize
9799
scikit-optimize==0.9.0
@@ -118,9 +120,9 @@ tqdm==4.65.0
118120
# via
119121
# huggingface-hub
120122
# transformers
121-
transformers==4.23.1
123+
transformers==4.30.0
122124
# via -r torch-cpu-requirements.in
123-
typing-extensions==4.6.2
125+
typing-extensions==4.6.3
124126
# via
125127
# huggingface-hub
126128
# pydantic

0 commit comments

Comments
 (0)