mirror of
https://github.com/stellarshenson/stellars-jupyterhub-ds.git
synced 2026-03-07 21:50:28 +00:00
Implemented built-in protected group system enabling admins to grant trusted users read-write Docker socket access within their JupyterLab containers. Groups are managed through admin panel and cannot be permanently deleted.
14 lines
636 B
Bash
14 lines
636 B
Bash
# Project Configuration
|
|
PROJECT_NAME="stellars-jupyterhub-ds"
|
|
PROJECT_DESCRIPTION="Multi-user JupyterHub 4 deployment platform with data science stack, GPU auto-detection, NativeAuthenticator, and isolated per-user environments spawned via DockerSpawner"
|
|
|
|
# Version
|
|
VERSION="3.1.2_cuda-12.9.1_jh-5.4.2"
|
|
VERSION_COMMENT="Multi-user JupyterHub with GPU auto-detection, self-service volume management, and group-based docker.sock access control for privileged users"
|
|
|
|
# Author
|
|
AUTHOR_NAME="Konrad Jelen"
|
|
AUTHOR_ALIAS="Stellars Henson"
|
|
AUTHOR_EMAIL="konrad.jelen+github@gmail.com"
|
|
AUTHOR_LINKEDIN="https://www.linkedin.com/in/konradjelen/"
|