DSP Project first push, date: 29/01/2026

This commit is contained in:
Sok Ponlork
2026-01-29 14:31:48 +07:00
parent 951262afb3
commit 644b624d2d
1857 changed files with 163516 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
FROM jupyterhub/jupyterhub:4.1
# Install required Python packages and Docker CLI for pre-spawn syncing
RUN pip install --no-cache-dir oauthenticator dockerspawner jupyterhub-idle-culler && \
apt-get update && \
apt-get install -y --no-install-recommends docker.io && \
apt-get clean && rm -rf /var/lib/apt/lists/*
COPY jupyterhub_config.py /srv/jupyterhub/jupyterhub_config.py