From e3ad0e301619e10ae00943dc3ac3e4219a1363da Mon Sep 17 00:00:00 2001 From: Fengping Hu Date: Thu, 22 Feb 2024 18:46:40 -0600 Subject: [PATCH] trigger a build --- binderhub/builder.py | 1 - 1 file changed, 1 deletion(-) diff --git a/binderhub/builder.py b/binderhub/builder.py index 1889eaa79..e1187e2e2 100644 --- a/binderhub/builder.py +++ b/binderhub/builder.py @@ -283,7 +283,6 @@ async def get(self, provider_prefix, _unescaped_spec): spec = match.group(1) gpu = match.group(2) app_log.warning(f"gpu:{gpu}") - #app_log.warning(f"gpu1:{gpu}") self.resource_requests = { "gpuModel": gpuModel, "gpuCount": gpuCount,