Skip to content

Commit 5f40e1f

Browse files
new parent image (#72)
1 parent bca710e commit 5f40e1f

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM kernai/refinery-parent-images:v1.18.1-torch-cpu
1+
FROM kernai/refinery-parent-images:v1.18.2-torch-cpu
22

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

requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ botocore==1.28.5
2121
# -r requirements/torch-cpu-requirements.txt
2222
# boto3
2323
# s3transfer
24-
certifi==2024.7.4
24+
certifi==2024.8.30
2525
# via
2626
# -r requirements/torch-cpu-requirements.txt
2727
# minio
@@ -159,7 +159,7 @@ safetensors==0.4.4
159159
# via
160160
# -r requirements/torch-cpu-requirements.txt
161161
# transformers
162-
scikit-learn==1.5.0
162+
scikit-learn==1.1.2
163163
# via
164164
# -r requirements/torch-cpu-requirements.txt
165165
# scikit-optimize
@@ -223,7 +223,7 @@ typing-extensions==4.12.2
223223
# pydantic-core
224224
# starlette
225225
# torch
226-
urllib3==1.26.19
226+
urllib3==1.26.20
227227
# via
228228
# -r requirements/torch-cpu-requirements.txt
229229
# botocore

requirements/torch-cpu-requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ botocore==1.28.5
1616
# via
1717
# boto3
1818
# s3transfer
19-
certifi==2024.7.4
19+
certifi==2024.8.30
2020
# via
2121
# minio
2222
# requests
@@ -111,7 +111,7 @@ s3transfer==0.6.2
111111
# via boto3
112112
safetensors==0.4.4
113113
# via transformers
114-
scikit-learn==1.5.0
114+
scikit-learn==1.1.2
115115
# via
116116
# -r torch-cpu-requirements.in
117117
# scikit-optimize
@@ -152,7 +152,7 @@ typing-extensions==4.12.2
152152
# pydantic-core
153153
# starlette
154154
# torch
155-
urllib3==1.26.19
155+
urllib3==1.26.20
156156
# via
157157
# botocore
158158
# minio

0 commit comments

Comments
 (0)