Skip to content

Commit 35f9a3f

Browse files
committed
docs(2025-06-11-kubecon-hk): updated
1 parent 967cacd commit 35f9a3f

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

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

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ Typically , dark moment for : was working , but not here"
262262
263263
Look at those | I believe they [停顿几秒]
264264
265-
【重复】Sounds familiar. 10年前, Docker was born to address that
265+
【重复】Sounds familiar. 10年前, Docker was born to address that
266266
你会问 : Why NOT 用docker 管理 all those DEP?
267267
You know,, system Lib -> CUDA->Python -> PyTorch -> Transformers , and so many other libs.
268268
计算 Permutation and combination , 镜像总数 Astronomical huge number
@@ -385,8 +385,8 @@ glowSeed: 175
385385
386386
<!--
387387
After你勤奋工作, you've tidy the python libs in 开发环境,
388-
[click] But when shift 开发 -> 训练 , then 推理 stage
389-
当切换环境, 不仅 wasting | reinstall ,
388+
[click] But when shift 开发 -> 训练 , then 推理 stage
389+
当切换环境, 不仅 wasting | reinstall ,
390390
the worst nightmare is dep relationship breaks, from here to there.
391391
392392
[click] So , we DO need a solution : define once , consistent from end to end, and reusable, unattended , and well integrated with Jupyter ,vscode.
@@ -561,7 +561,6 @@ glowSeed: 180
561561
</div>
562562
<div
563563
font-mono text-sm px-4 py-3 bg="black/30" rounded-lg
564-
border="1 solid sky-700"
565564
>
566565
torch==2.1.0
567566
transformers==4.36.0
@@ -583,7 +582,7 @@ glowSeed: 180
583582
</div>
584583
<div
585584
font-mono text-xs px-3 py-3 bg="black/30" rounded-lg
586-
border="1 solid blue-700" max-h-40 overflow-y-auto
585+
max-h-40 overflow-y-auto
587586
>
588587
<div text-blue-300>CUDA 11.8</div>
589588
<div>gcc 9.4.0</div>
@@ -692,7 +691,7 @@ layout: center
692691
</div>
693692
</div>
694693

695-
<div v-click class="mt-8 grid grid-cols-2 gap-4">
694+
<div v-click class="mt-2 grid grid-cols-2 gap-2">
696695
<div class="bg-white/5 backdrop-blur-sm border border-white/10 rounded-lg p-4">
697696
<h3 class="mb-2">CUDA Complexity</h3>
698697
<ul class="space-y-1 text-sm">
@@ -1191,7 +1190,7 @@ spec:
11911190
</div>
11921191
</div>
11931192
1194-
<div class="absolute right-0 top-25">
1193+
<div v-click class="absolute right-0 top-25">
11951194
<div class="bg-white/5 backdrop-blur-sm border border-white/10 rounded-lg p-4">
11961195
<div text-xl text-neutral-300>Key Features</div>
11971196
<ul class="mt-4">
@@ -1217,8 +1216,8 @@ glowSeed: 125
12171216
12181217
<div mt-6 />
12191218
1220-
<div flex>
1221-
<div flex-1 pr-4>
1219+
<div flex gap-2>
1220+
<div v-click flex-1>
12221221
<div
12231222
border="2 solid cyan-800" bg="cyan-800/20"
12241223
rounded-lg overflow-hidden
@@ -1247,15 +1246,15 @@ glowSeed: 125
12471246
<span text-sm>Read-only runtime limits dynamic ML tools</span>
12481247
</div>
12491248
<div flex items-center gap-2>
1250-
<div i-carbon:switch text-red-300 />
1249+
<div i-carbon:airport-location text-red-300 />
12511250
<span text-sm>One container = one environment</span>
12521251
</div>
12531252
</div>
12541253
</div>
12551254
</div>
12561255
</div>
12571256
1258-
<div flex-1 pl-4>
1257+
<div v-click flex-1 pl-4>
12591258
<div
12601259
border="2 solid green-800" bg="green-800/20"
12611260
rounded-lg overflow-hidden

0 commit comments

Comments
 (0)