kopia lustrzana https://github.com/jupyterhub/repo2docker
Merge pull request #344 from rprimet/patch-1
Add DockerSpawner command in JupyterHub configpull/338/head^2
commit
f2a22ba20d
|
@ -63,6 +63,11 @@ you should put the following in ``requirements.txt`` or ``environment.yml``::
|
||||||
|
|
||||||
jupyterhub==0.8.*
|
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
|
Running ``repo2docker`` locally
|
||||||
-------------------------------
|
-------------------------------
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue