Skip to content

Commit ce33719

Browse files
committed
Add launch_quota_class to local-binder-local-hub/binderhub_config.py
1 parent 167ab3e commit ce33719

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

testing/local-binder-local-hub/binderhub_config.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
import socket
1313

1414
from binderhub.build_local import LocalRepo2dockerBuild
15+
from binderhub.quota import LaunchQuota
1516

1617
s = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)
1718
s.connect(("8.8.8.8", 80))
@@ -24,6 +25,7 @@
2425

2526
c.BinderHub.build_class = LocalRepo2dockerBuild
2627
c.BinderHub.push_secret = None
28+
c.BinderHub.launch_quota_class = LaunchQuota
2729

2830
c.BinderHub.about_message = "This is a local dev deployment without Kubernetes"
2931
c.BinderHub.banner_message = (

0 commit comments

Comments
 (0)