fix: fixed issue with the gpustat not showing in the prompt

This commit is contained in:
stellarshenson
2026-01-16 11:38:58 +01:00
parent 349d243545
commit 7cd56fe2d6
2 changed files with 2 additions and 1 deletions

View File

@@ -239,6 +239,7 @@ if c is not None:
'JUPYTERHUB_SERVICE_TENSORBOARD': JUPYTERHUB_SERVICE_TENSORBOARD,
'JUPYTERHUB_GPU_ENABLED': JUPYTERHUB_GPU_ENABLED,
'ENABLE_GPUSTAT': JUPYTERHUB_GPU_ENABLED,
'ENABLE_GPU_SUPPORT': JUPYTERHUB_GPU_ENABLED,
'NVIDIA_DETECTED': NVIDIA_DETECTED,
}

View File

@@ -3,7 +3,7 @@ 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.6.8_cuda-13.0.2_jh-5.4.2"
VERSION="3.6.11_cuda-13.0.2_jh-5.4.2"
VERSION_COMMENT="Standardize env vars with JUPYTERHUB_ prefix, admin settings page"
RELEASE_TAG="RELEASE_3.2.11"
RELEASE_DATE="2025-11-09"