Skip to content

Commit

Permalink
updated volumes.
Browse files Browse the repository at this point in the history
  • Loading branch information
mpilosov committed Feb 19, 2019
1 parent 6f84c36 commit a6cbe59
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions jupyterhub_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ def start(self):
{ 'bind': '/home/jovyan/userlist', 'mode': 'rw' }
self.volumes['%s/jupyterhub_config.py'%(os.environ['HUB_LOC'])] = \
{ 'bind': '/home/jovyan/jupyterhub_config.py', 'mode': 'rw' }
#self.volumes["/tmp/.X11-unix"] = {'bind': '/tmp/.X11-unix', 'mode': 'rw'}
#self.volumes["/home/pilosovm/.Xauthority"] = {'bind': '/root/.Xauthority', 'mode': 'rw'}
return super().start()

c.JupyterHub.spawner_class = MyDockerSpawner
Expand Down

0 comments on commit a6cbe59

Please sign in to comment.