From a5af397175725572cc0b619a7e99874945019380 Mon Sep 17 00:00:00 2001 From: Deepak Chandan Date: Tue, 27 Feb 2024 10:41:52 -0500 Subject: [PATCH] adding the marble image to notebook images list --- birdhouse/env.local.example | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/birdhouse/env.local.example b/birdhouse/env.local.example index 1487ba44c..02e62a5c5 100644 --- a/birdhouse/env.local.example +++ b/birdhouse/env.local.example @@ -263,7 +263,8 @@ export GEOSERVER_ADMIN_PASSWORD="${__DEFAULT__GEOSERVER_ADMIN_PASSWORD}" #export ALLOW_UNSECURE_HTTP="" # Jupyter single-user server images -#export DOCKER_NOTEBOOK_IMAGES="pavics/workflow-tests:210216 \ +#export DOCKER_NOTEBOOK_IMAGES="marbleclimate/marble-jupyter-images \ +# pavics/workflow-tests:210216 \ # pavics/crim-jupyter-eo:0.3.0 \ # pavics/crim-jupyter-nlp:0.4.0 \ # birdhouse/pavics-jupyter-base:mlflow-proxy" @@ -274,7 +275,8 @@ export GEOSERVER_ADMIN_PASSWORD="${__DEFAULT__GEOSERVER_ADMIN_PASSWORD}" # Note that the selection names are also used as directory names for the tutorial-notebooks directories mounted when # starting the corresponding image. The name can use the '' or the ':' format. The version will be # excluded when mounting the corresponding directory. -#export JUPYTERHUB_IMAGE_SELECTION_NAMES="pavics \ +#export JUPYTERHUB_IMAGE_SELECTION_NAMES="marble \ +# pavics \ # eo-crim:0.3.0 \ # nlp-crim \ # mlflow-crim"