mirror of
https://github.com/stellarshenson/stellars-jupyterhub-ds.git
synced 2026-03-08 22:20:28 +00:00
- Change Docker build context from services/jupyterhub to project root - Copy config/jupyterhub_config.py into image at /srv/jupyterhub/jupyterhub_config.py - Users can still override with volume mount if needed - Update all COPY paths in Dockerfile to reflect new build context - Enables container to work out-of-the-box without external config file Benefits: - Image is self-contained and ready to run without dependencies - Volume mount remains optional for custom configurations - Default config includes GPU auto-detection and self-service features
14 lines
631 B
Bash
14 lines
631 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.0.23_cuda-12.9.1_jh-5.4.2"
|
|
VERSION_COMMENT="Multi-user JupyterHub with GPU auto-detection, self-service volume management (home/workspace/cache), and container restart capabilities"
|
|
|
|
# Author
|
|
AUTHOR_NAME="Konrad Jelen"
|
|
AUTHOR_ALIAS="Stellars Henson"
|
|
AUTHOR_EMAIL="konrad.jelen+github@gmail.com"
|
|
AUTHOR_LINKEDIN="https://www.linkedin.com/in/konradjelen/"
|