Added Nbgrader

This commit is contained in:
2025-07-15 18:40:59 +02:00
parent a6db921bea
commit d7e7733166
25 changed files with 1354 additions and 17 deletions

15
jupyterhub/compose.yml Normal file
View File

@@ -0,0 +1,15 @@
services:
jupyterhub:
build: .
container_name: jupyterhub
restart: unless-stopped
ports:
- 8000:8000
environment:
- JUPYTERHUB_LOG_LEVEL=DEBUG
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ./templates:/srv/jupyterhub/templates:ro
- ./jupyterhub_config.py:/srv/jupyterhub/jupyterhub_config.py
- ./nbgrader_config.py:/srv/nbgrader/courses/nbgrader_config.py
- ../logs/jupyterhub:/var/log/jupyterhub