Skip to content

Commit d8c1922

Browse files
new parent image (#122)
1 parent eea2b94 commit d8c1922

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

gpu-requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ catalogue==2.0.10
3737
# spacy
3838
# srsly
3939
# thinc
40-
certifi==2024.7.4
40+
certifi==2024.8.30
4141
# via
4242
# -r requirements/torch-cuda-requirements.txt
4343
# httpcore
@@ -260,7 +260,7 @@ safetensors==0.4.4
260260
# via
261261
# -r requirements/torch-cuda-requirements.txt
262262
# transformers
263-
scikit-learn==1.5.0
263+
scikit-learn==1.1.2
264264
# via
265265
# -r requirements/torch-cuda-requirements.txt
266266
# embedders
@@ -367,7 +367,7 @@ typing-extensions==4.12.2
367367
# starlette
368368
# torch
369369
# typer
370-
urllib3==1.26.19
370+
urllib3==1.26.20
371371
# via
372372
# -r requirements/torch-cuda-requirements.txt
373373
# botocore

gpu.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.18.1-torch-cuda
1+
FROM kernai/refinery-parent-images:v1.18.2-torch-cuda
22

33
WORKDIR /program
44

requirements/torch-cuda-requirements.txt

Lines changed: 3 additions & 3 deletions
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-cuda-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)