Skip to content

Commit

Permalink
Jupyter config: adjustable image name (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
yakutovicha authored Jan 29, 2024
1 parent 922df1a commit 89c3d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/jupyterhub_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 89c3d8d

Please sign in to comment.