實驗室系統 · 全端 · 2025Lab System · Full-Stack · 2025
NVIDIA DGX 容器管理網站NVIDIA DGX Container Management Site
為實驗室 NVIDIA DGX Station V100 開發網頁介面,讓使用者透過瀏覽器管理 Docker 容器。A web interface for the lab's NVIDIA DGX Station V100 that lets users manage Docker containers from the browser.

概述Overview
實驗室的 NVIDIA DGX Station V100 是多位成員共用的高效能 GPU 運算平台。為了讓不同的研究與訓練任務彼此隔離、不互相干擾,運算環境以 Docker 容器切分;但直接以指令列操作 Docker,對沒有系統背景的使用者並不友善。我負責架設並維護這台 DGX 平台,並開發一套網頁介面,讓使用者直接在瀏覽器中與 DGX 後端互動,自助管理(建立、啟動、關閉、刪除)屬於自己的容器,降低共用運算資源的使用門檻。 The lab's NVIDIA DGX Station V100 is a high-performance GPU platform shared by many members. To keep different research and training jobs isolated from one another, the compute environment is partitioned into Docker containers — but driving Docker from the command line is unfriendly to users without a systems background. I set up and maintain this DGX platform and built a web interface that lets users interact with the DGX backend directly in the browser, self-managing their own containers (create, start, stop, delete) and lowering the barrier to sharing the compute resource.
重點Highlights
- 網頁介面操作 Docker 容器:建立/啟動/關閉/刪除。Web UI for Docker containers: create / start / stop / delete.
- 瀏覽器與 DGX 後端即時互動。Browser-to-DGX-backend interaction.
- 多使用者容器管理。Multi-user container management.
- 架設與維護 DGX Station V100 運算平台。Stood up and maintain the DGX Station V100 platform.