Merge pull request #344 from rprimet/patch-1

Add DockerSpawner command in JupyterHub config
pull/338/head^2
Tim Head 2018-07-04 10:35:54 +02:00 zatwierdzone przez GitHub
commit f2a22ba20d
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -63,6 +63,11 @@ you should put the following in ``requirements.txt`` or ``environment.yml``::
jupyterhub==0.8.*
If your instance of JupyterHub uses ``DockerSpawner``, you will need to set its
command to run ``jupyterhub-singleuser`` by adding this line in your configuration file::
c.DockerSpawner.cmd = ['jupyterhub-singleuser']
Running ``repo2docker`` locally
-------------------------------