There was an error while loading. Please reload this page.
1 parent 922df1a commit 89c3d8dCopy full SHA for 89c3d8d
1 file changed
templates/jupyterhub_config.py
@@ -22,7 +22,7 @@
22
# user Docker Spawner
23
c.JupyterHub.spawner_class = 'dockerspawner.DockerSpawner'
24
# JupyterHub always runs image tagged as "aiidalab-docker-stack:latest" on local docker instance
25
-c.DockerSpawner.image = "aiidalab-docker-stack:latest"
+c.DockerSpawner.image = "{{ aiidalab_server_image_name }}:{{ aiidalab_server_image_version }}"
26
c.DockerSpawner.extra_host_config.update({
27
# take care of lost child processes
28
# see also: https://github.com/krallin/tini/issues/8
0 commit comments