Skip to content
Features
Business
Explore
Marketplace
Pricing
This repository
Sign in
or
Sign up
Watch
16
Star
88
Fork
22
everware
/
everware
Code
Issues
64
Pull requests
2
Projects
0
Wiki
Insights
Pulse
Graphs
Permalink
Browse files
fix BYOR config
Loading branch information
...
1 parent
46a8ac7
commit
92835dba646da6e4f9722b34c4e3805299285da3
StrausMG
committed
Jun 24, 2017
Unified
Split
Showing
1 changed file
with
4 additions
and
0 deletions
.
+4
−0
etc/byor_config.py
Show comments
View
4
etc/byor_config.py
@@ -3,3 +3,7 @@
load_subconfig(
'
etc/github_auth.py
'
)
c.JupyterHub.spawner_class
=
'
everware.ByorDockerSpawner
'
+
+
from
os.path
import
join
as
pjoin
+
with
open
(pjoin(c.JupyterHub.template_paths[
0
],
'
_byor_options_form.html
'
))
as
form:
+ c.CustomDockerSpawner.options_form
=
form.read()
Toggle all file notes
0 comments on commit
92835db
Please
sign in
to comment.
You can't perform that action at this time.
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
0 comments on commit
92835db