# slurm-web **Repository Path**: nichoice/slurm-web ## Basic Information - **Project Name**: slurm-web - **Description**: slurm web 管理界面 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 5 - **Forks**: 1 - **Created**: 2019-02-27 - **Last Updated**: 2025-09-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # slurm-web #### 介绍 slurm web 管理界面 #### 软件架构 docker #### 安装教程 1. 将src目录下的压缩包,解压到当前目录 2. 将html目录下的压缩包,解压到当前目录 3. 然后在Dockerfile 目录构建镜像。这边构建镜像名字是slurm-web #### 使用说明 1. 构建好镜像后,执行docker run -d -p 8999:80 -v /etc/slurm:/etc/slurm -v /etc/slurm-web:/etc/slurm-web -v /etc/munge:/etc/munge slurm-web