We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 167ab3e commit ce33719Copy full SHA for ce33719
testing/local-binder-local-hub/binderhub_config.py
@@ -12,6 +12,7 @@
12
import socket
13
14
from binderhub.build_local import LocalRepo2dockerBuild
15
+from binderhub.quota import LaunchQuota
16
17
s = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)
18
s.connect(("8.8.8.8", 80))
@@ -24,6 +25,7 @@
24
25
26
c.BinderHub.build_class = LocalRepo2dockerBuild
27
c.BinderHub.push_secret = None
28
+c.BinderHub.launch_quota_class = LaunchQuota
29
30
c.BinderHub.about_message = "This is a local dev deployment without Kubernetes"
31
c.BinderHub.banner_message = (
0 commit comments