@@ -197,6 +197,8 @@ custom:
197197 Course-DL: "ghcr.io/amdresearch/auplc-dl:latest"
198198 Course-LLM: "ghcr.io/amdresearch/auplc-llm:latest"
199199 Course-PhySim: "ghcr.io/amdresearch/auplc-physim:latest"
200+ code-cpu: "ghcr.io/amdresearch/auplc-code-cpu:latest"
201+ code-gpu: "ghcr.io/amdresearch/auplc-code-gpu:latest"
200202
201203 requirements:
202204 cpu:
@@ -222,6 +224,13 @@ custom:
222224 cpu: "0"
223225 memory: "0Gi"
224226 amd.com/gpu: "1"
227+ code-cpu:
228+ cpu: "0"
229+ memory: "0Gi"
230+ code-gpu:
231+ cpu: "0"
232+ memory: "0Gi"
233+ amd.com/gpu: "1"
225234 none:
226235 cpu: "0"
227236 memory: "0Gi"
@@ -234,6 +243,16 @@ custom:
234243 accelerator: ""
235244 acceleratorKeys: []
236245 allowGitClone: true
246+ resourceType: "notebook"
247+ code-cpu:
248+ group: "DEVELOPMENT"
249+ description: "VSCode Server CPU Environment"
250+ subDescription: "CPU-only development workspace"
251+ accelerator: ""
252+ acceleratorKeys: []
253+ allowGitClone: true
254+ launchMode: "code-server"
255+ resourceType: "browser-ide"
237256 gpu:
238257 group: "CUSTOM REPO"
239258 description: "Basic GPU Environment"
@@ -242,13 +261,25 @@ custom:
242261 acceleratorKeys:
243262 - strix-halo
244263 allowGitClone: true
264+ resourceType: "notebook"
265+ code-gpu:
266+ group: "DEVELOPMENT"
267+ description: "VSCode Server GPU Environment"
268+ subDescription: "GPU-accelerated development workspace"
269+ accelerator: "GPU"
270+ acceleratorKeys:
271+ - strix-halo
272+ allowGitClone: true
273+ launchMode: "code-server"
274+ resourceType: "browser-ide"
245275 Course-CV:
246276 group: "COURSE"
247277 description: "Computer Vision Course"
248278 subDescription: "Suitable for CV experiments with GPU"
249279 accelerator: "GPU"
250280 acceleratorKeys:
251281 - strix-halo
282+ resourceType: "notebook"
252283 # acceleratorOverrides: (optional) per-accelerator image and env overrides
253284 # Use this when one course is available on multiple GPU targets with
254285 # different image tags.
@@ -265,20 +296,23 @@ custom:
265296 accelerator: "GPU"
266297 acceleratorKeys:
267298 - strix-halo
299+ resourceType: "notebook"
268300 Course-LLM:
269301 group: "COURSE"
270302 description: "Large Language Models Course"
271303 subDescription: "Suitable for LLM experiments with GPU"
272304 accelerator: "GPU"
273305 acceleratorKeys:
274306 - strix-halo
307+ resourceType: "notebook"
275308 Course-PhySim:
276309 group: "COURSE"
277310 description: "Genesis Physical Simulation Course"
278311 subDescription: "Suitable for physical simulation experiments with GPU"
279312 accelerator: "GPU"
280313 acceleratorKeys:
281314 - strix-halo
315+ resourceType: "notebook"
282316
283317 # --------------------------------------------------------------------------
284318 # Team Permission Configuration
@@ -287,14 +321,18 @@ custom:
287321 mapping:
288322 cpu:
289323 - cpu
324+ - code-cpu
290325 gpu:
326+ - code-gpu
291327 - Course-CV
292328 - Course-DL
293329 - Course-LLM
294330 - Course-PhySim
295331 official:
296332 - cpu
297333 - gpu
334+ - code-cpu
335+ - code-gpu
298336 - Course-CV
299337 - Course-DL
300338 - Course-LLM
@@ -305,15 +343,19 @@ custom:
305343 - Course-LLM
306344 - Course-PhySim
307345 native-users:
346+ - cpu
347+ - gpu
348+ - code-cpu
349+ - code-gpu
308350 - Course-CV
309351 - Course-DL
310352 - Course-LLM
311353 - Course-PhySim
312- - cpu
313- - gpu
314354 github-users:
315355 - cpu
316356 - gpu
357+ - code-cpu
358+ - code-gpu
317359 - Course-CV
318360 - Course-DL
319361 - Course-LLM
@@ -499,6 +541,12 @@ prePuller:
499541 auplc-physim:
500542 name: ghcr.io/amdresearch/auplc-physim
501543 tag: latest
544+ auplc-code-cpu:
545+ name: ghcr.io/amdresearch/auplc-code-cpu
546+ tag: latest
547+ auplc-code-gpu:
548+ name: ghcr.io/amdresearch/auplc-code-gpu
549+ tag: latest
502550 auplc-hub:
503551 name: ghcr.io/amdresearch/auplc-hub
504552 tag: latest
0 commit comments