Skip to content

Commit 46f5d28

Browse files
committed
Reintroduce GPU acceleration
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
1 parent 3b142d3 commit 46f5d28

File tree

1 file changed

+28
-18
lines changed

1 file changed

+28
-18
lines changed

src/app/page.tsx

Lines changed: 28 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -397,19 +397,42 @@ $ slicer vm cp vm-1:/tmp/REVIEW.md ./REVIEW.md
397397
Disposable Kubernetes clusters
398398
</h3>
399399
<p className="text-sm text-muted-foreground">
400-
One of the fastest ways to{" "}
400+
One of the fastest ways to spin up{" "}
401401
<a
402402
href="https://docs.slicervm.com/examples/ha-k3s/"
403403
target="_blank"
404404
rel="noopener noreferrer"
405405
className="text-muted-foreground hover:text-foreground underline underline-offset-2 font-medium transition-colors"
406406
>
407-
spin up HA Kubernetes clusters
407+
HA Kubernetes clusters
408+
</a>{" "}
409+
with{" "}
410+
<a
411+
href="https://docs.slicervm.com/examples/autoscaling-k3s/"
412+
target="_blank"
413+
rel="noopener noreferrer"
414+
className="text-muted-foreground hover:text-foreground underline underline-offset-2 font-medium transition-colors"
415+
>
416+
node autoscaling
408417
</a>{" "}
409418
for development, testing, and demos.
410419
</p>
411420
</div>
412421
</div>
422+
<div className="flex items-start gap-3">
423+
<div className="rounded-lg bg-primary/10 p-2 border border-primary/20">
424+
<Gpu className="h-4 w-4 text-primary" />
425+
</div>
426+
<div>
427+
<h3 className="font-semibold mb-1">
428+
Accelerate AI Workloads with GPUs
429+
</h3>
430+
<p className="text-sm text-muted-foreground">
431+
Attach GPUs to microVMs for inference, fine-tuning,
432+
transcription, and more.
433+
</p>
434+
</div>
435+
</div>
413436
<div className="flex items-start gap-3">
414437
<div className="rounded-lg bg-primary/10 p-2 border border-primary/20">
415438
<DollarSign className="h-4 w-4 text-primary" />
@@ -437,7 +460,9 @@ $ slicer vm cp vm-1:/tmp/REVIEW.md ./REVIEW.md
437460
<Server className="h-4 w-4 text-primary" />
438461
</div>
439462
<div>
440-
<h3 className="font-semibold mb-1">Ubuntu & Rocky Linux</h3>
463+
<h3 className="font-semibold mb-1">
464+
Ubuntu & Rocky Linux
465+
</h3>
441466
<p className="text-sm text-muted-foreground">
442467
Boot a{" "}
443468
<a
@@ -452,21 +477,6 @@ $ slicer vm cp vm-1:/tmp/REVIEW.md ./REVIEW.md
452477
</p>
453478
</div>
454479
</div>
455-
<div className="flex items-start gap-3">
456-
<div className="rounded-lg bg-primary/10 p-2 border border-primary/20">
457-
<Code className="h-4 w-4 text-primary" />
458-
</div>
459-
<div>
460-
<h3 className="font-semibold mb-1">
461-
OCI images — extend with Docker
462-
</h3>
463-
<p className="text-sm text-muted-foreground">
464-
Slicer&apos;s base images are OCI images. Extend them with
465-
a Dockerfile — add packages, tooling, or your own software
466-
in a single build step.
467-
</p>
468-
</div>
469-
</div>
470480
</div>
471481
</div>
472482
<div className="relative hidden sm:block">

0 commit comments

Comments
 (0)