mirror of
https://github.com/stellarshenson/stellars-jupyterhub-ds.git
synced 2026-03-08 06:00:29 +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