Skip to content

Commit 6d72cfc

Browse files
committed
docs(2025-06-11-kubecon-hk): updated
1 parent 1e8f451 commit 6d72cfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/2025-06-11-kubecon-hk/slides.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1589,7 +1589,7 @@ glowSeed: 150
15891589
<!--
15901590
Now let's talk about our intelligent dependency approach. Building these environments can be heavy - I mean, compiling PyTorch with CUDA? That's not trivial!
15911591

1592-
We use a three-layer caching approach.
1592+
We use a three-layer caching approach.
15931593
[click] First, we downloads all those source packages, with SHA verification and mirror fallback for reliability.
15941594

15951595
[click] Second, we build and compiled binaries and wheels. This is huge because compilation is where most time is spent. We deduplicate at the file level, so if two environments share libraries, we only store them once.

0 commit comments

Comments
 (0)