mirror of
https://github.com/stellarshenson/stellars-jupyterhub-ds.git
synced 2026-03-07 21:50:28 +00:00
fixed
This commit is contained in:
@@ -52,9 +52,6 @@ services:
|
||||
- jupyterhub_data:/data
|
||||
# this is where certificates will be generated
|
||||
- jupyterhub_certs:/mnt/certs
|
||||
ports:
|
||||
- 8000:8000
|
||||
- 8001:8001
|
||||
environment:
|
||||
- JUPYTERHUB_ADMIN=admin # this username will be a JupyterHub admin
|
||||
- DOCKER_NETWORK_NAME=jupyterhub-network # spawned containers will join this network
|
||||
|
||||
@@ -16,6 +16,7 @@ c = get_config()
|
||||
# Spawn single-user servers as Docker containers
|
||||
c.JupyterHub.spawner_class = "dockerspawner.DockerSpawner"
|
||||
|
||||
|
||||
# Environment variables for MLflow integration
|
||||
c.DockerSpawner.environment = {
|
||||
'JUPYTERLAB_STARTUP_MODE': 'jupyterhub'
|
||||
|
||||
Reference in New Issue
Block a user