diff --git a/templates/jupyterhub_config.py b/templates/jupyterhub_config.py index b7e0d79..20ad0a5 100644 --- a/templates/jupyterhub_config.py +++ b/templates/jupyterhub_config.py @@ -22,7 +22,7 @@ # user Docker Spawner c.JupyterHub.spawner_class = 'dockerspawner.DockerSpawner' # JupyterHub always runs image tagged as "aiidalab-docker-stack:latest" on local docker instance -c.DockerSpawner.image = "aiidalab-docker-stack:latest" +c.DockerSpawner.image = "{{ aiidalab_server_image_name }}:{{ aiidalab_server_image_version }}" c.DockerSpawner.extra_host_config.update({ # take care of lost child processes # see also: https://github.com/krallin/tini/issues/8