Skip to content

Commit 89c3d8d

Browse files
authored
Jupyter config: adjustable image name (#45)
1 parent 922df1a commit 89c3d8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/jupyterhub_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# user Docker Spawner
2323
c.JupyterHub.spawner_class = 'dockerspawner.DockerSpawner'
2424
# JupyterHub always runs image tagged as "aiidalab-docker-stack:latest" on local docker instance
25-
c.DockerSpawner.image = "aiidalab-docker-stack:latest"
25+
c.DockerSpawner.image = "{{ aiidalab_server_image_name }}:{{ aiidalab_server_image_version }}"
2626
c.DockerSpawner.extra_host_config.update({
2727
# take care of lost child processes
2828
# see also: https://github.com/krallin/tini/issues/8

0 commit comments

Comments
 (0)