Skip to content

Commit

Permalink
trigger a build
Browse files Browse the repository at this point in the history
  • Loading branch information
Fengping Hu committed Feb 23, 2024
1 parent cf1604a commit e3ad0e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion binderhub/builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit e3ad0e3

Please sign in to comment.