Skip to content
Snippets Groups Projects
Commit 648270ae authored by Jonas Waeber's avatar Jonas Waeber
Browse files

lets try to fix this

parent fdad50f9
Branches
No related tags found
No related merge requests found
Pipeline #189189 passed
......@@ -1119,7 +1119,7 @@ c.JupyterHub.spawner_class = 'dockerspawner.DockerSpawner'
import os
c.Spawner.args = ['--NotebookApp.allow_origin="https://jupyterhub.ki.ub.unibas.ch']
c.Spawner.args = ['--NotebookApp.allow_origin="https://jupyterhub.ki.ub.unibas.ch"']
# Spawn containers from this image
c.DockerSpawner.image = os.environ["DOCKER_NOTEBOOK_IMAGE"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment