From e8bf0b7c547cd039c9f78ab1ba6f0237b38ef07c Mon Sep 17 00:00:00 2001 From: stellarshenson Date: Tue, 4 Nov 2025 23:20:46 +0100 Subject: [PATCH] updated --- config/jupyterhub_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/jupyterhub_config.py b/config/jupyterhub_config.py index 63995ce..0f93a1e 100644 --- a/config/jupyterhub_config.py +++ b/config/jupyterhub_config.py @@ -72,7 +72,7 @@ c.DockerSpawner.environment = { 'TENSORBOARD_LOGDIR':'/tmp/tensorboard', 'MLFLOW_TRACKING_URI': 'http://localhost:5000', 'MLFLOW_PORT':5000, - 'MLFLOW_HOST':'*', + 'MLFLOW_HOST':'0.0.0.0', # new 3.5 mlflow launched with guinicorn requires this 'MLFLOW_WORKERS':1, 'ENABLE_SERVICE_MLFLOW': ENABLE_SERVICE_MLFLOW, 'ENABLE_SERVICE_GLANCES': ENABLE_SERVICE_GLANCES,