Skip to content

Commit d04f245

Browse files
Merge pull request #162 from code-kern-ai/parent-image-updates
test: parent image updates
2 parents 42912b3 + a29d23b commit d04f245

9 files changed

+63
-20
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:v2.0.0-torch-cpu
1+
FROM kernai/refinery-parent-images:v2.1.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:v2.0.0-torch-cpu
1+
FROM kernai/refinery-parent-images:v2.1.0-torch-cpu
22

33
WORKDIR /app
44

gpu-requirements.txt

Lines changed: 48 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ fsspec==2025.7.0
8484
# -r requirements/torch-cuda-requirements.txt
8585
# huggingface-hub
8686
# torch
87+
greenlet==3.2.4
88+
# via sqlalchemy
8789
h11==0.16.0
8890
# via
8991
# -r requirements/torch-cuda-requirements.txt
@@ -130,9 +132,9 @@ langcodes==3.5.0
130132
# via spacy
131133
language-data==1.3.0
132134
# via langcodes
133-
marisa-trie==1.2.1
135+
marisa-trie==1.3.0
134136
# via language-data
135-
markdown-it-py==3.0.0
137+
markdown-it-py==4.0.0
136138
# via rich
137139
markupsafe==3.0.2
138140
# via
@@ -167,6 +169,43 @@ numpy==1.23.4
167169
# thinc
168170
# torchvision
169171
# transformers
172+
nvidia-cublas-cu12==12.8.4.1
173+
# via
174+
# nvidia-cudnn-cu12
175+
# nvidia-cusolver-cu12
176+
# torch
177+
nvidia-cuda-cupti-cu12==12.8.90
178+
# via torch
179+
nvidia-cuda-nvrtc-cu12==12.8.93
180+
# via torch
181+
nvidia-cuda-runtime-cu12==12.8.90
182+
# via torch
183+
nvidia-cudnn-cu12==9.10.2.21
184+
# via torch
185+
nvidia-cufft-cu12==11.3.3.83
186+
# via torch
187+
nvidia-cufile-cu12==1.13.1.3
188+
# via torch
189+
nvidia-curand-cu12==10.3.9.90
190+
# via torch
191+
nvidia-cusolver-cu12==11.7.3.90
192+
# via torch
193+
nvidia-cusparse-cu12==12.5.8.93
194+
# via
195+
# nvidia-cusolver-cu12
196+
# torch
197+
nvidia-cusparselt-cu12==0.7.1
198+
# via torch
199+
nvidia-nccl-cu12==2.27.3
200+
# via torch
201+
nvidia-nvjitlink-cu12==12.8.93
202+
# via
203+
# nvidia-cufft-cu12
204+
# nvidia-cusolver-cu12
205+
# nvidia-cusparse-cu12
206+
# torch
207+
nvidia-nvtx-cu12==12.8.90
208+
# via torch
170209
openai==1.97.1
171210
# via -r requirements/gpu-requirements.in
172211
packaging==25.0
@@ -242,7 +281,7 @@ requests==2.32.4
242281
# spacy
243282
# transformers
244283
# weasel
245-
rich==14.0.0
284+
rich==14.1.0
246285
# via typer
247286
s3transfer==0.13.1
248287
# via
@@ -312,12 +351,12 @@ tokenizers==0.21.2
312351
# via
313352
# -r requirements/torch-cuda-requirements.txt
314353
# transformers
315-
torch==2.7.1
354+
torch==2.8.0
316355
# via
317356
# -r requirements/torch-cuda-requirements.txt
318357
# sentence-transformers
319358
# torchvision
320-
torchvision==0.22.1
359+
torchvision==0.23.0
321360
# via -r requirements/gpu-requirements.in
322361
tqdm==4.67.1
323362
# via
@@ -331,7 +370,9 @@ transformers==4.53.2
331370
# via
332371
# -r requirements/torch-cuda-requirements.txt
333372
# sentence-transformers
334-
typer==0.16.0
373+
triton==3.4.0
374+
# via torch
375+
typer==0.16.1
335376
# via
336377
# spacy
337378
# weasel
@@ -364,7 +405,7 @@ wasabi==1.1.3
364405
# weasel
365406
weasel==0.4.1
366407
# via spacy
367-
wrapt==1.17.2
408+
wrapt==1.17.3
368409
# via smart-open
369410

370411
# The following packages are considered to be unsafe in a requirements file:

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:v2.0.0-torch-cuda
1+
FROM kernai/refinery-parent-images:v2.1.0-torch-cuda
22

33
WORKDIR /program
44

requirements.txt

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ fsspec==2025.7.0
8484
# -r requirements/torch-cpu-requirements.txt
8585
# huggingface-hub
8686
# torch
87+
greenlet==3.2.4
88+
# via sqlalchemy
8789
h11==0.16.0
8890
# via
8991
# -r requirements/torch-cpu-requirements.txt
@@ -130,9 +132,9 @@ langcodes==3.5.0
130132
# via spacy
131133
language-data==1.3.0
132134
# via langcodes
133-
marisa-trie==1.2.1
135+
marisa-trie==1.3.0
134136
# via language-data
135-
markdown-it-py==3.0.0
137+
markdown-it-py==4.0.0
136138
# via rich
137139
markupsafe==3.0.2
138140
# via
@@ -312,12 +314,12 @@ tokenizers==0.21.2
312314
# via
313315
# -r requirements/torch-cpu-requirements.txt
314316
# transformers
315-
torch==2.7.1
317+
torch==2.8.0+cpu
316318
# via
317319
# -r requirements/torch-cpu-requirements.txt
318320
# sentence-transformers
319321
# torchvision
320-
torchvision==0.22.1
322+
torchvision==0.23.0+cpu
321323
# via -r requirements/requirements.in
322324
tqdm==4.67.1
323325
# via
@@ -331,7 +333,7 @@ transformers==4.53.2
331333
# via
332334
# -r requirements/torch-cpu-requirements.txt
333335
# sentence-transformers
334-
typer==0.16.0
336+
typer==0.16.1
335337
# via
336338
# spacy
337339
# weasel
@@ -364,7 +366,7 @@ wasabi==1.1.3
364366
# weasel
365367
weasel==0.4.1
366368
# via spacy
367-
wrapt==1.17.2
369+
wrapt==1.17.3
368370
# via smart-open
369371

370372
# The following packages are considered to be unsafe in a requirements file:

requirements/gpu-requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-r torch-cuda-requirements.txt
22
spacy==3.7.5
3-
torchvision==0.22.1 # define version for torchvision to avoid dependency conflict
3+
torchvision==0.23.0 # define version for torchvision to avoid dependency conflict
44
sentence-transformers==5.0.0 # last version with default_prompt_name & pooling_mode_weightedmean_tokens # higher only possible with embedders/gates change
55
openai==1.97.1

requirements/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-r torch-cpu-requirements.txt
22
spacy==3.7.5
3-
torchvision==0.22.1 # define version for torchvision to avoid dependency conflict
3+
torchvision==0.23.0
44
sentence-transformers==5.0.0 # last version with default_prompt_name & pooling_mode_weightedmean_tokens # higher only possible with embedders/gates change
55
openai==1.97.1

requirements/torch-cpu-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ threadpoolctl==3.6.0
145145
# via scikit-learn
146146
tokenizers==0.21.2
147147
# via transformers
148-
torch==2.7.1
148+
torch==2.8.0
149149
# via -r torch-cpu-requirements.in
150150
tqdm==4.67.1
151151
# via

requirements/torch-cuda-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ threadpoolctl==3.6.0
145145
# via scikit-learn
146146
tokenizers==0.21.2
147147
# via transformers
148-
torch==2.7.1
148+
torch==2.8.0
149149
# via -r torch-cuda-requirements.in
150150
tqdm==4.67.1
151151
# via

0 commit comments

Comments
 (0)